diff --git a/compile.sh b/compile.sh index 33722c6..85e65ff 100755 --- a/compile.sh +++ b/compile.sh @@ -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