gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: configure error


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: configure error message
Date: Tue, 23 May 2017 13:14:55 +0200

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 4e768c31 configure error message
4e768c31 is described below

commit 4e768c31fa01cb2cfaa27d1ce5f62a88e9ce598d
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 23 13:16:41 2017 +0200

    configure error message
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index bae3b1b9..472d3379 100755
--- a/configure
+++ b/configure
@@ -16,8 +16,8 @@ if ! node -p 
'process.exit(!(/v([0-9]+)/.exec(process.version)[1] >= 4))'; then
   exit 1
 fi
 
-if ! yarn --version >/dev/null; then
-  echo 'yarn missing'
+if ! yarn --version &>/dev/null; then
+  echo 'error: yarn missing'
   exit 1
 fi
 

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



reply via email to

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