Skip to content

Commit 5257d9f

Browse files
committed
Fix shellcheck warnings
1 parent ef244a5 commit 5257d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
set -e
3-
export PYTHONPATH="$(dirname $0):$PYTHONPATH"
4-
export PATH="$(dirname $0)/bin:$PATH"
3+
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
4+
export PATH="$(dirname "$0")/bin:$PATH"
55

66
python_best_version() {
77
if [ -x "$(command -v python3)" ] &&

0 commit comments

Comments
 (0)