summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2019-02-26 14:40:02 -0500
committerBradley Sepos <[email protected]>2019-02-26 14:40:02 -0500
commit62d7dae0d1b9d1ea46117b04ea5d50080249418f (patch)
tree64af6641c9a7016061f4aadcabbbd6794d7ffbae /configure
parenta0dd5cb97a8dd4952dcc5c04f6fe992598ad6d49 (diff)
configure: Add python (no version suffix) to configure.
Fixes build on macOS not having python2 alias.
Diffstat (limited to 'configure')
-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 "$@"