aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_txt_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-18 09:36:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-18 09:36:21 +0000
commit683ac9db63e03aa51f15c0854515fcfa487dc686 (patch)
tree4af271f52f043e7e7785d2428d445323a46ecab7 /src/gns/test_gns_txt_lookup.sh
parent93bfa19afe98d3cc43606201a560437f465774e0 (diff)
downloadgnunet-683ac9db63e03aa51f15c0854515fcfa487dc686.tar.gz
gnunet-683ac9db63e03aa51f15c0854515fcfa487dc686.zip
-pipe garbage to /dev/null
Diffstat (limited to 'src/gns/test_gns_txt_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_txt_lookup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_txt_lookup.sh b/src/gns/test_gns_txt_lookup.sh
index f60ba1dbb..a025eb8be 100755
--- a/src/gns/test_gns_txt_lookup.sh
+++ b/src/gns/test_gns_txt_lookup.sh
@@ -6,10 +6,10 @@ if [ -z $LOCATION ]
6then 6then
7 LOCATION="gnunet-config" 7 LOCATION="gnunet-config"
8fi 8fi
9$LOCATION --version 9$LOCATION --version &> /dev/null
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
13 exit 77 13 exit 77
14fi 14fi
15 15