diff --git a/run b/run index f43f10c..3dfa63f 100755 --- a/run +++ b/run @@ -1,6 +1,6 @@ #!/usr/bin/env sh -BASE_DIR="$(dirname "$(realpath "$0")")" +BASE_DIR="$(cd $(dirname "$0"); pwd)" cd "$BASE_DIR"