From ba97e7c5afc36da1b1621f4d9d85601ab271ab4e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 4 Mar 2020 09:20:19 +1100 Subject: sb/python-wrapper: Add python2.7 to aid testing --- source-builder/sb/python-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3