Fix a missing : in build-rust-sdk (#6522)
This prevented us providing a build target argument.
This commit is contained in:
parent
4ad495d36c
commit
350d8bc61f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ sdkArg=""
|
||||||
|
|
||||||
## Argument parsing
|
## Argument parsing
|
||||||
|
|
||||||
TEMP=$(getopt -o 'rs:b:at:h' --long 'remote,sdk:,branch:,build-app,target-arch,help' -- "$@")
|
TEMP=$(getopt -o 'rs:b:at:h' --long 'remote,sdk:,branch:,build-app,target-arch:,help' -- "$@")
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo 'Terminating...' >&2
|
echo 'Terminating...' >&2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue