This commit is contained in:
ed 2023-10-06 17:50:35 +00:00
parent 0dc3c23b42
commit fcc3336760
8 changed files with 34 additions and 7 deletions

View file

@ -27,7 +27,7 @@ python3 ../scripts/strip_hints/a.py
pids=()
for py in python{2,3}; do
[ ${1:0:6} = python ] && [ $1 != $py ] && continue
[ "${1:0:6}" = python ] && [ "$1" != $py ] && continue
PYTHONPATH=
[ $py = python2 ] && PYTHONPATH=../scripts/py2:../sfx/py37