mirror of
https://github.com/Dreeam-qwq/Gale.git
synced 2026-01-04 15:31:45 +00:00
[ci skip] Fix upstream commit sh on mac
This commit is contained in:
@@ -16,8 +16,11 @@ PS1="$"
|
||||
|
||||
paperHash=$(git diff gradle.properties | awk '/^-paperRef =/{print $NF}')
|
||||
|
||||
if [[ "$(uname)" != "Darwin" ]]; then
|
||||
TEMP=$(getopt --long paper: -o "" -- "$@")
|
||||
eval set -- "$TEMP"
|
||||
fi
|
||||
|
||||
while true; do
|
||||
case "$1" in
|
||||
--paper)
|
||||
|
||||
Reference in New Issue
Block a user