mirror of
https://github.com/9001/copyparty.git
synced 2025-11-03 13:33:13 +00:00
v1.9.8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user