aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gnunet_gns.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-25 10:57:45 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-25 10:58:10 +0200
commit70b9b7a3845340c2ea67c115fd81215dee59e870 (patch)
treea81016fa5fab3e4ce212022d7d9e256c038cd6eb /src/gns/test_gnunet_gns.sh
parent9b52c9179b935f3afbf7119e37af2bf6685efa20 (diff)
downloadgnunet-70b9b7a3845340c2ea67c115fd81215dee59e870.tar.gz
gnunet-70b9b7a3845340c2ea67c115fd81215dee59e870.zip
clarify license of test scripts
Diffstat (limited to 'src/gns/test_gnunet_gns.sh')
-rwxr-xr-xsrc/gns/test_gnunet_gns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gnunet_gns.sh b/src/gns/test_gnunet_gns.sh
index 749d80b84..f6b4e721a 100755
--- a/src/gns/test_gnunet_gns.sh
+++ b/src/gns/test_gnunet_gns.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2 2# This file is in the public domain.
3LOCATION=$(which gnunet-config) 3LOCATION=$(which gnunet-config)
4if [ -z $LOCATION ] 4if [ -z $LOCATION ]
5then 5then