We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165fe91 commit 0a21234Copy full SHA for 0a21234
bin/promtimer
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
3
-export PROMTIMER_DIR="$(dirname "$0")/.."
4
-exec $PROMTIMER_DIR/promtimer/promtimer.py $@
+PROMTIMER_DIR="$(dirname "$0")/.."
+export PROMTIMER_DIR
5
+exec "$PROMTIMER_DIR/promtimer/promtimer.py" $@
0 commit comments