fix compiler warning for format string
[oweals/gnunet.git] / src / gns / test_gns_txt_lookup.sh
index 426bf8d5a65a6ec492f7313dd37c31d5dc96b9aa..dcf51112f175432343bdc6ee012f21d7e3d324d4 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"