mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
debian: match empty as well as unset section variable
This commit is contained in:
parent
3bc4aa39fe
commit
117582adca
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@ -477,7 +477,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
print_mod_control () {
|
print_mod_control () {
|
||||||
local m_section="${section-comm}"
|
local m_section="${section:-comm}"
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Package: freeswitch-${module_name//_/-}
|
Package: freeswitch-${module_name//_/-}
|
||||||
Section: ${m_section}
|
Section: ${m_section}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user