- fixes, intendation
[oweals/gnunet.git] / src / gns / test_gns_nick_shorten.sh
index 68ee57a2bcbc356912a7cbc8f7f7ae9e97087bd5..df69bbba92edcc7b372bef8e18b61a3a80b262f4 100755 (executable)
@@ -12,7 +12,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"