aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet-gns-import.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet-gns-import.sh')
-rwxr-xr-xcontrib/gnunet-gns-import.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh
index 21670a3ec..abe1c5936 100755
--- a/contrib/gnunet-gns-import.sh
+++ b/contrib/gnunet-gns-import.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version &> /dev/null 10$LOCATION --version 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools not found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools not found, check environmental variables PATH and GNUNET_PREFIX"