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:16:32 +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 12eeaf86 configure error message
12eeaf86 is described below

commit 12eeaf863790fe57bfbf271457735a8603011404
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 23 13:18:23 2017 +0200

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

diff --git a/configure b/configure
index 472d3379..3ec6d4d1 100755
--- a/configure
+++ b/configure
@@ -17,21 +17,21 @@ if ! node -p 
'process.exit(!(/v([0-9]+)/.exec(process.version)[1] >= 4))'; then
 fi
 
 if ! yarn --version &>/dev/null; then
-  echo 'error: yarn missing'
+  echo 'Error: yarn missing. See https://yarnpkg.com/en/docs/install'
   exit 1
 fi
 
-if ! find --version >/dev/null; then
+if ! find --version &>/dev/null; then
   echo 'Error: find missing'
   exit 1
 fi
 
-if ! xargs --version >/dev/null; then
+if ! xargs --version &>/dev/null; then
   echo 'Error: xargs missing'
   exit 1
 fi
 
-if ! msgmerge --version >/dev/null; then
+if ! msgmerge --version &>/dev/null; then
   echo "Warning: msgmerge missing, i18n won't work"
   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]