[PATCH libinputmapper 08/13] autogen: ! string = string is the same as string != string

Peter Hutterer peter.hutterer at who-t.net
Tue Aug 27 18:00:19 PDT 2013


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index ccd3d9c..6a63003 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,6 @@ set -e
 mkdir -p m4
 autoreconf -is
 
-if test ! "x$NOCONFIGURE" = "x1" ; then
+if test "x$NOCONFIGURE" != "x1" ; then
     exec ./configure "$@"
 fi
-- 
1.8.2.1



More information about the Input-tools mailing list