fix only cache variable long/short
[oweals/gnunet.git] / src / gns / test_gns_zkey_lookup.sh
index e5f47423a33f4df39ca7b5e8f70ddf0a1ea62e81..6262c1eb2596d82f89c4d38da10b75ce922775bd 100755 (executable)
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"