gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -proper return code when bootstrap fails


From: gnunet
Subject: [gnunet] branch master updated: -proper return code when bootstrap fails
Date: Sun, 16 Aug 2020 22:11:31 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new cadd7feeb -proper return code when bootstrap fails
cadd7feeb is described below

commit cadd7feeb2fc23796601db1744812e38432661df
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Aug 16 22:05:15 2020 +0200

    -proper return code when bootstrap fails
---
 bootstrap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index b4f5b4dc3..df0e58dda 100755
--- a/bootstrap
+++ b/bootstrap
@@ -79,8 +79,8 @@ check_libtool()
        existence libtoolize || \
        existence glibtoolize || \
        existence slibtool; then
-        autoreconf -if
-        . "bin/pogen.sh"
+        autoreconf -if || exit 1
+        . "bin/pogen.sh" || exit 1
     else
         echo "*** No libtoolize (libtool) or libtool found, please install it 
***" >&2;
         exit 1

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