[rtems-source-builder commit] sb/python-wrapper: Add python2.7 to aid testing

Chris Johns chrisj at rtems.org
Tue Mar 3 23:22:02 UTC 2020


Module:    rtems-source-builder
Branch:    master
Commit:    ba97e7c5afc36da1b1621f4d9d85601ab271ab4e
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=ba97e7c5afc36da1b1621f4d9d85601ab271ab4e

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Mar  4 09:20:19 2020 +1100

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)



More information about the vc mailing list