mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Output to STDERR
This commit is contained in:
parent
4baaacc193
commit
bd7f28bc34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue