Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3377474

Browse files
ENGCOM-3235: Fix Useless use of Cat #18725
- Merge Pull Request magento/magento2#18725 from gy741/magento2:fix_uuoc - Merged commits: 1. 1b6ce27
2 parents f710f9b + 1b6ce27 commit 3377474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case $TEST_SUITE in
7272
--base-path="$TRAVIS_BUILD_DIR" \
7373
--repo='https://github.com/magento/magento2.git' \
7474
--branch="$TRAVIS_BRANCH"
75-
cat "$changed_files_ce" | sed 's/^/ + including /'
75+
sed 's/^/ + including /' "$changed_files_ce"
7676

7777
cd ../../..
7878
;;

0 commit comments

Comments
 (0)