mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 15:33:23 +01:00
Fix shellcheck warnings
This commit is contained in:
parent
ef244a5490
commit
5257d9fd1b
4
run
4
run
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -e
|
set -e
|
||||||
export PYTHONPATH="$(dirname $0):$PYTHONPATH"
|
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
|
||||||
export PATH="$(dirname $0)/bin:$PATH"
|
export PATH="$(dirname "$0")/bin:$PATH"
|
||||||
|
|
||||||
python_best_version() {
|
python_best_version() {
|
||||||
if [ -x "$(command -v python3)" ] &&
|
if [ -x "$(command -v python3)" ] &&
|
||||||
|
Loading…
Reference in New Issue
Block a user