aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_nick_shorten.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_nick_shorten.sh')
-rwxr-xr-xsrc/gns/test_gns_nick_shorten.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_nick_shorten.sh b/src/gns/test_gns_nick_shorten.sh
index 68ee57a2b..df69bbba9 100755
--- a/src/gns/test_gns_nick_shorten.sh
+++ b/src/gns/test_gns_nick_shorten.sh
@@ -12,7 +12,7 @@ if [ -z $LOCATION ]
12then 12then
13 LOCATION="gnunet-config" 13 LOCATION="gnunet-config"
14fi 14fi
15$LOCATION --version &> /dev/null 15$LOCATION --version 1> /dev/null
16if test $? != 0 16if test $? != 0
17then 17then
18 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 18 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"