redirect stderr to stdout.
This commit is contained in:
parent
2d60f76abf
commit
831d27c4df
2
configure
vendored
2
configure
vendored
@ -88,7 +88,7 @@ else
|
||||
fi
|
||||
|
||||
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: conflicting binary before continuing."
|
||||
if existence cmdtest; then
|
||||
|
Loading…
Reference in New Issue
Block a user