Skip to content

Commit 0749880

Browse files
authored
Update gibMacOS.command
1 parent f0db386 commit 0749880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gibMacOS.command

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Get the curent directory, the script name
44
# and the script name with "py" substituted for the extension.
55
args=( "$@" )
6-
dir="${0%/*}"
6+
dir="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
77
script="${0##*/}"
88
target="${script%.*}.py"
99

0 commit comments

Comments
 (0)