aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_delegated_lookup.sh
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-20 18:44:06 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-20 18:44:06 +0000
commitd42a67d2107c205f65d7ab8f7b7aa436767ecf0a (patch)
treebabcf97cdacec931b264cb165d952beb9c6ee728 /src/gns/test_gns_delegated_lookup.sh
parent1fafb67104a747d2b8ad723bfed23cdcc6a08d3c (diff)
downloadgnunet-d42a67d2107c205f65d7ab8f7b7aa436767ecf0a.tar.gz
gnunet-d42a67d2107c205f65d7ab8f7b7aa436767ecf0a.zip
- fix use after free cases
Diffstat (limited to 'src/gns/test_gns_delegated_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_delegated_lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_delegated_lookup.sh b/src/gns/test_gns_delegated_lookup.sh
index fc507444f..d1ea02176 100755
--- a/src/gns/test_gns_delegated_lookup.sh
+++ b/src/gns/test_gns_delegated_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 10$LOCATION --version &> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"