mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v1.9.8
This commit is contained in:
parent
0dc3c23b42
commit
fcc3336760
8 changed files with 34 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue