Compare commits

...

2 Commits

Author SHA1 Message Date
CorpNewt 0749880ad1
Update gibMacOS.command 2024-03-23 12:34:48 -05:00
CorpNewt f0db386238
Update BuildmacOSInstallApp.command 2024-03-23 12:34:28 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Get the curent directory, the script name
# and the script name with "py" substituted for the extension.
args=( "$@" )
dir="${0%/*}"
dir="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
script="${0##*/}"
target="${script%.*}.py"

View File

@ -3,7 +3,7 @@
# Get the curent directory, the script name
# and the script name with "py" substituted for the extension.
args=( "$@" )
dir="${0%/*}"
dir="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
script="${0##*/}"
target="${script%.*}.py"