- fixes, intendation
[oweals/gnunet.git] / src / gns / test_gns_gns2dns_lookup.sh
index a49a939c8ebf2af74a1d75888e57282f9518ee20..f6f15808876260396daab61a0b777e95fc36272a 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"