gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/03: bootstrap: fixed fallback detection of sources di


From: gnunet
Subject: [libmicrohttpd] 01/03: bootstrap: fixed fallback detection of sources dir
Date: Thu, 28 Dec 2023 07:30:45 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 9c22b66afdccf6ca6e3ba69886a6e7ff60c48c67
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Dec 28 09:14:51 2023 +0300

    bootstrap: fixed fallback detection of sources dir
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 8e1212f4..e34cee56 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@ if test X"`dirname / 2>/dev/null`" = X"/"; then
   bs_scrdir=`dirname $0`
 else
   case $0 in
-    */*) bs_scrdir=`echo $0 | ${SED-sed} -n -e 's|/.*$||p'` ;;
+    */*) bs_scrdir=`echo $0 | ${SED-sed} -n -e 's|/[^/]*$||p'` ;;
     *) bs_scrdir='.' ;;
   esac
 fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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