1
0
Fork 0

Output to STDERR

pull/5478/head
Jordi Boggiano 2016-06-28 11:56:50 +01:00
parent 4baaacc193
commit bd7f28bc34
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ then
rm composer-setup.php
exit $RESULT
else
echo 'ERROR: Invalid installer signature'
>&2 echo 'ERROR: Invalid installer signature'
rm composer-setup.php
exit 1
fi