From 683ac9db63e03aa51f15c0854515fcfa487dc686 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 Dec 2013 09:36:21 +0000 Subject: -pipe garbage to /dev/null --- src/gns/test_gns_cname_lookup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns/test_gns_cname_lookup.sh') diff --git a/src/gns/test_gns_cname_lookup.sh b/src/gns/test_gns_cname_lookup.sh index cbd50cdeb..538861c0e 100755 --- a/src/gns/test_gns_cname_lookup.sh +++ b/src/gns/test_gns_cname_lookup.sh @@ -6,10 +6,10 @@ if [ -z $LOCATION ] then LOCATION="gnunet-config" fi -$LOCATION --version +$LOCATION --version &> /dev/null if test $? != 0 then - echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" + echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" exit 77 fi -- cgit v1.2.3