mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
compile.sh: remove "-p" flag from getopt.
This commit is contained in:
parent
26369545af
commit
c552551348
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function usage() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
options=$(getopt -n "${0##*/}" -o "ht:a:p" -l "help,target:,arch:" -- "$@")
|
||||
options=$(getopt -n "${0##*/}" -o "ht:a:" -l "help,target:,arch:" -- "$@")
|
||||
|
||||
[ $? -eq 0 ] || usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue