gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: test_gnunet_gns.sh.in: fix


From: gnunet
Subject: [gnunet] branch master updated: test_gnunet_gns.sh.in: fix
Date: Mon, 25 Nov 2019 23:48:51 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new da0e889cc test_gnunet_gns.sh.in: fix
da0e889cc is described below

commit da0e889cc6006fbf5fc6415c339e7320d2ba0e0e
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 25 22:45:48 2019 +0000

    test_gnunet_gns.sh.in: fix
---
 src/gns/test_gnunet_gns.sh.in | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/gns/test_gnunet_gns.sh.in b/src/gns/test_gnunet_gns.sh.in
index 1c149b141..66bed0516 100755
--- a/src/gns/test_gnunet_gns.sh.in
+++ b/src/gns/test_gnunet_gns.sh.in
@@ -6,7 +6,14 @@
 # if test -z "`which fooble`"; then echo 1; fi
 # The command builtin might not work with busybox's ash
 # but this works for now.
-. @pkgdatadir@/existence.sh
+dir=$(dirname "$0")
+
+if test -e @pkgdatadir@/existence.sh
+then
+    . @pkgdatadir@/existence.sh
+else
+    . $dir/../../contrib/build-common/sh/lib.sh/existence.sh
+fi
 
 LOCATION=`existence gnunet-config`
 if test -z $LOCATION; then

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]