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

Commit 3ded306

Browse files
author
Stanislav Idolov
authored
ENGCOM-3235: Fix Useless use of Cat #18725
2 parents cce380b + 3377474 commit 3ded306

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)