gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: invert logic.


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: invert logic.
Date: Fri, 17 May 2019 17:50:16 +0200

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 439effc  invert logic.
439effc is described below

commit 439effc455d5306b9be0faeb99e5d1f88d10b820
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 17 17:49:55 2019 +0200

    invert logic.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index ccd791f..46924a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@ fi
 # Check for minifier
 #
 AC_MSG_CHECKING([jsmin])
-$PYTHON -m jsmin | grep -v "No module named" > /dev/null
-if test $? -ne 0;
+$PYTHON -m jsmin | grep "No module named" > /dev/null
+if test $? -eq 0;
   then
   AC_MSG_ERROR([Please install Python3 module 'jsmin'])
 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]