提交 117582ad authored 作者: Travis Cross's avatar Travis Cross

debian: match empty as well as unset section variable

上级 3bc4aa39
...@@ -477,7 +477,7 @@ EOF ...@@ -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}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论