summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-14 22:36:53 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-14 22:36:53 +0530
commitb2c9672f2e493db810865b7de1e568a466b59360 (patch)
treeead547e1bdeaebce0517bff3463e8c47de59862b
parent855be4756a395739960aa5df932e10d7047afc37 (diff)
downloadbuild-common-b2c9672f2e493db810865b7de1e568a466b59360.tar.gz
build-common-b2c9672f2e493db810865b7de1e568a466b59360.tar.bz2
build-common-b2c9672f2e493db810865b7de1e568a466b59360.zip
exec
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
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 $@