gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated (be65740


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated (be65740 -> b2c9672)
Date: Mon, 14 Oct 2019 19:06:59 +0200

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

dold pushed a change to branch master
in repository taler-build-scripts.

    from be65740  fix template
     new 855be47  template should not be executable
     new b2c9672  exec

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure             | 3 +--
 configure.py.template | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)
 mode change 100755 => 100644 configure.py.template

diff --git a/configure b/configure
index 933d474..e101748 100755
--- a/configure
+++ b/configure
@@ -72,7 +72,6 @@ fi
 # or fail anyway once configure.py is invoked because we
 # don't have python if we reach the point to fail.
 PYTHON=$($python -c 'import sys; print(sys.executable)')
-#echo $PYTHON
 
 
 # Call configure.py, assuming all went well.
@@ -80,4 +79,4 @@ PYTHON=$($python -c 'import sys; print(sys.executable)')
 # If $1 is empty, the python script checks the
 # environment for PREFIX. We might need more
 # variables and switches, such as DESTDIR.
-$PYTHON ./configure.py $@
+exec "$PYTHON" ./configure.py $@
diff --git a/configure.py.template b/configure.py.template
old mode 100755
new mode 100644
index b19b18e..0cb77fe
--- a/configure.py.template
+++ b/configure.py.template
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 import sys
 from pathlib import Path
 

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



reply via email to

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