We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f57a30 commit 503b913Copy full SHA for 503b913
dev/travis/before_script.sh
@@ -72,7 +72,7 @@ case $TEST_SUITE in
72
--base-path="$TRAVIS_BUILD_DIR" \
73
--repo='https://github.com/magento/magento2.git' \
74
--branch="$TRAVIS_BRANCH"
75
- cat "$changed_files_ce" | sed 's/^/ + including /'
+ sed 's/^/ + including /' "$changed_files_ce"
76
77
cd ../../..
78
;;
0 commit comments