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 265f2ac commit cd69b93Copy full SHA for cd69b93
scripts/install.sh
@@ -75,10 +75,10 @@ cd Symfony
75
cp app/config/parameters.yml.dist app/config/parameters.yml
76
77
set +x
78
-cat app/config/parameters.yml | grep -v "compiler:" | tee app/config/parameters.yml > /dev/null
+cat app/config/parameters.yml | grep -iv "compiler:" > app/config/parameters.yml
79
echo " compiler: '$COMPILER_URL'" >> app/config/parameters.yml
80
81
-cat app/config/parameters.yml | grep -v "library:" | tee app/config/parameters.yml > /dev/null
+cat app/config/parameters.yml | grep -v "library:" > app/config/parameters.yml
82
echo " library: '$LIBRARY_URL'" >> app/config/parameters.yml
83
set -x
84
0 commit comments