9
0
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:
Dreeam
2025-01-24 06:30:15 -05:00
parent f9080a7ecc
commit ff0596c174

View File

@@ -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)