1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Output to STDERR

This commit is contained in:
Jordi Boggiano 2016-06-28 11:56:50 +01:00
parent 4baaacc193
commit bd7f28bc34

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