From 6ec38f1ae51ef7a233b940029c977ad0a7947640 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 17 Jan 2013 20:50:17 +0000 Subject: [PATCH] Correct getopts invocation for build-all -m Thanks-to: Philip Hands --- debian/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/util.sh b/debian/util.sh index 7ba6726f58..766f70b2ac 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -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";;