Correct getopts invocation for build-all -m
Thanks-to: Philip Hands <phil@hands.com>
This commit is contained in:
parent
ff5b702886
commit
6ec38f1ae5
|
@ -312,7 +312,7 @@ build_all () {
|
|||
local OPTIND OPTARG
|
||||
local orig_opts="" dsc_opts="" deb_opts=""
|
||||
local archs="" distros="" orig="" par=false
|
||||
while getopts 'a:bc:df:jmno:s:v:z:' o "$@"; do
|
||||
while getopts 'a:bc:df:jm:no:s:v:z:' o "$@"; do
|
||||
case "$o" in
|
||||
a) archs="$archs $OPTARG";;
|
||||
b) orig_opts="$orig_opts -b";;
|
||||
|
|
Loading…
Reference in New Issue