redirect stderr to stdout.

This commit is contained in:
ng0 2019-10-01 17:44:58 +00:00
parent 2d60f76abf
commit 831d27c4df
No known key found for this signature in database
GPG Key ID: E22F9BBFEE348588

2
configure vendored
View File

@ -88,7 +88,7 @@ else
fi fi
if existence yarn; then if existence yarn; then
if yarn help | grep "No such file or directory"; then if yarn help 2>&1 | grep "No such file or directory"; then
echo "ERROR: wrong yarn binary installed, please remove the" echo "ERROR: wrong yarn binary installed, please remove the"
echo "ERROR: conflicting binary before continuing." echo "ERROR: conflicting binary before continuing."
if existence cmdtest; then if existence cmdtest; then