aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-01 17:44:58 +0000
committerng0 <ng0@n0.is>2019-10-01 17:44:58 +0000
commit831d27c4df6412a6e1920341cbe6770a994a5804 (patch)
treeae9fe7f591b74a515326fcb7d43b47a9203b8104 /configure
parent2d60f76abfd96bc44531cf3644eea3b16b6bb0f1 (diff)
downloadwallet-core-831d27c4df6412a6e1920341cbe6770a994a5804.tar.xz
redirect stderr to stdout.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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