mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Update BuildmacOSInstallApp.command
This commit is contained in:
parent
a86022adb7
commit
f0db386238
@ -3,7 +3,7 @@
|
|||||||
# Get the curent directory, the script name
|
# Get the curent directory, the script name
|
||||||
# and the script name with "py" substituted for the extension.
|
# and the script name with "py" substituted for the extension.
|
||||||
args=( "$@" )
|
args=( "$@" )
|
||||||
dir="${0%/*}"
|
dir="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
|
||||||
script="${0##*/}"
|
script="${0##*/}"
|
||||||
target="${script%.*}.py"
|
target="${script%.*}.py"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user