summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-22 12:33:37 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-09-22 12:36:27 +0000
commit5257d9fd1bc94996de26fea84b97c128322604da (patch)
treeca851442691a89c0a68e0a289a2329869a71920a /run
parentef244a54907e46da376eefe31335f1f5d9b38c63 (diff)
Fix shellcheck warnings
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/run b/run
index 52f28c2..0f420db 100755
--- a/run
+++ b/run
@@ -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)" ] &&