Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
revert script dir heuristic
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Aug 20, 2017
1 parent 02a8ab3 commit 64e14aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
@@ -1,6 +1,6 @@
#!/bin/sh -

SCRIPT_DIR=$(dirname "$SCRIPT")
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
RECORD=false

while getopts ":r" opt; do
Expand Down

0 comments on commit 64e14aa

Please sign in to comment.