`-p' takes an argument, so fix the getopts optstring.
This commit is contained in:
parent
842124b391
commit
4645fb4362
|
@ -21,7 +21,7 @@ USAGE
|
|||
}
|
||||
|
||||
# handle args
|
||||
while getopts a:m:ps: ch; do
|
||||
while getopts a:m:p:s: ch; do
|
||||
case ${ch} in
|
||||
a)
|
||||
MACHINE_ARCH=${OPTARG}
|
||||
|
|
Loading…
Reference in New Issue