Merge remote-tracking branch 'origin/master' into credentials
[oweals/gnunet.git] / src / namestore / test_namestore_put.sh
index 4987a9cd3f3066c591665238ac493b8a1108de35..6b6647d5f1ecac3eb08d063717753a46ba97b068 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"