Fix shellcheck warnings

This commit is contained in:
a1346054 2021-09-22 12:33:37 +00:00
parent ef244a5490
commit 5257d9fd1b
No known key found for this signature in database
GPG Key ID: D149AD21DC40440C

4
run
View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -e
export PYTHONPATH="$(dirname $0):$PYTHONPATH"
export PATH="$(dirname $0)/bin:$PATH"
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
export PATH="$(dirname "$0")/bin:$PATH"
python_best_version() {
if [ -x "$(command -v python3)" ] &&