mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
ci/debian: synchronize codename flag
This commit is contained in:
parent
a1177a7994
commit
8ca2ed72b8
4
debian/bootstrap.sh
vendored
4
debian/bootstrap.sh
vendored
@ -792,9 +792,9 @@ genmodctl_mod () {
|
||||
}
|
||||
|
||||
codename="sid"
|
||||
while getopts "r:" o; do
|
||||
while getopts "c:" o; do
|
||||
case "$o" in
|
||||
r) codename="$OPTARG" ;;
|
||||
c) codename="$OPTARG" ;;
|
||||
esac
|
||||
done
|
||||
shift $(($OPTIND-1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user