fix only cache variable long/short
[oweals/gnunet.git] / src / gns / test_gns_dht_lookup.sh
index 37648d891679a4d2cccf595ce8128810d99ef9cd..a6e4acc77103451a2b452a2e250d1eab3d392125 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"