mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
debian: match empty as well as unset section variable
This commit is contained in:
Vendored
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user