mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +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 () {
|
||||
local m_section="${section-comm}"
|
||||
local m_section="${section:-comm}"
|
||||
cat <<EOF
|
||||
Package: freeswitch-${module_name//_/-}
|
||||
Section: ${m_section}
|
||||
|
Loading…
x
Reference in New Issue
Block a user