summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b9c11b2f4..dc7c8bc01 100755
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@ inpath()
}
if ( inpath bash ); then
- for p in python3 python2
+ for p in python3 python2 python
do
if ( inpath $p ); then
exec $p `dirname $0`/make/configure.py "$@"