summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source-builder/sb/python-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/python-wrapper.sh b/source-builder/sb/python-wrapper.sh
index c1b62d2..c736a66 100644
--- a/source-builder/sb/python-wrapper.sh
+++ b/source-builder/sb/python-wrapper.sh
@@ -21,7 +21,7 @@ if test ! -f $PYTHON_CMD; then
echo "error: python command not found: $PYTHON_CMD"
exit 5
fi
-for py in python2 python3 python
+for py in python2 python2.7 python3 python
do
set +e
py_cmd=$(command -v $py)