gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-core] branch master updated: redirect stderr


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] branch master updated: redirect stderr to stdout.
Date: Tue, 01 Oct 2019 19:45:48 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 831d27c4 redirect stderr to stdout.
831d27c4 is described below

commit 831d27c4df6412a6e1920341cbe6770a994a5804
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 1 17:44:58 2019 +0000

    redirect stderr to stdout.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 8d7d333d..8f456dd8 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]