From c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a54 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 3 Aug 2020 13:37:57 +0530 Subject: configure, make hint optional --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 "$@" -- cgit v1.2.3