gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -make bash happy about meson-check in bo


From: gnunet
Subject: [gnunet] branch master updated: -make bash happy about meson-check in bootstrap
Date: Fri, 05 Jan 2024 15:32:54 +0100

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

oec pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1f137833b -make bash happy about meson-check in bootstrap
1f137833b is described below

commit 1f137833b5e4d9998ea2aca804cad786f7bffcb3
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Fri Jan 5 15:32:50 2024 +0100

    -make bash happy about meson-check in bootstrap
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 1973f233a..708dba469 100755
--- a/bootstrap
+++ b/bootstrap
@@ -131,7 +131,7 @@ main()
     check_yapf
     create_handbook
     update_gana
-    if [ "$@" = "meson" ]; then
+    if [ "$1" = "meson" ]; then
       echo "Skipping autoreconf"
     else
       check_libtool

-- 
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]