summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 20de9e1..5a14890 100755
--- a/configure
+++ b/configure
@@ -44,4 +44,4 @@ export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
export TALERBUILDSYSTEMDIR=./build-system
# Call configure.py, assuming all went well.
-exec python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
+python3 $TALERBUILDSYSTEMDIR/configure.py "$@"