From 831d27c4df6412a6e1920341cbe6770a994a5804 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 1 Oct 2019 17:44:58 +0000 Subject: redirect stderr to stdout. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8d7d333db..8f456dd8c 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3