mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-11 01:33:11 +00:00
Fix bundle script flag parsing
This commit is contained in:
parent
aa67d97a6c
commit
0e957e4f96
@ -36,9 +36,9 @@ OUTPUT=""
|
||||
|
||||
while [ "$#" -gt 0 ]; do
|
||||
case "$1" in
|
||||
--platform)
|
||||
--platform|-p)
|
||||
PLATFORM="${2:-}"; shift 2 ;;
|
||||
--output)
|
||||
--output|-o)
|
||||
OUTPUT="${2:-}"; shift 2 ;;
|
||||
*) fail "Unknown argument: $1" ;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user