fix only cache variable long/short
[oweals/gnunet.git] / src / gns / test_gns_mx_lookup.sh
index e378bd1f710e1030583ed662848f04b8116ff4b4..f8cea2d0f4f2c89ed2e409d3d39a0828392a4b1a 100755 (executable)
@@ -6,7 +6,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"