mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
Correct getopts invocation for build-all -m
Thanks-to: Philip Hands <phil@hands.com>
This commit is contained in:
parent
ff5b702886
commit
6ec38f1ae5
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -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…
x
Reference in New Issue
Block a user