mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/python-wrapper: Add python2.7 to aid testing
This commit is contained in:
parent
834a0ea88a
commit
ba97e7c5af
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user