Skip to content

Commit 1b6ce27

Browse files
committed
Fix Useless use of Cat
1 parent f710f9b commit 1b6ce27

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)