gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 61/411: buildconf: exec autoreconf to avoid additional process


From: gnunet
Subject: [gnurl] 61/411: buildconf: exec autoreconf to avoid additional process
Date: Wed, 13 Jan 2021 01:17:56 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 8b69ac0c10e8c718e97c3e0465629a77d499aace
Author: Marc Hoersken <info@marc-hoersken.de>
AuthorDate: Sat Aug 29 11:12:08 2020 +0200

    buildconf: exec autoreconf to avoid additional process
    
    Also make buildconf exit with the return code of autoreconf.
    
    Reviewed-by: Daniel Stenberg
    
    Follow up to #5853
    Closes #5890
---
 buildconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildconf b/buildconf
index 4d3421522..4e4c17e99 100755
--- a/buildconf
+++ b/buildconf
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
-${AUTORECONF:-autoreconf} -fi "${@}"
+exec ${AUTORECONF:-autoreconf} -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]