summaryrefslogtreecommitdiff
path: root/lib/replace/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/configure')
-rwxr-xr-xlib/replace/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/configure b/lib/replace/configure
index 69bbc4a1bae..d8a8d2ac2f3 100755
--- a/lib/replace/configure
+++ b/lib/replace/configure
@@ -17,5 +17,5 @@ JOBS=1
export JOBS
cd . || exit 1
-${PYTHON:=python3} $WAF configure "$@" || exit 1
+$PYTHON $WAF configure "$@" || exit 1
cd $PREVPATH