`-p' takes an argument, so fix the getopts optstring.

This commit is contained in:
dyoung 2004-01-23 06:13:23 +00:00
parent 842124b391
commit 4645fb4362
1 changed files with 1 additions and 1 deletions

View File

@ -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}