From: Travis Cross Date: Sun, 13 May 2012 20:53:58 +0000 (+0000) Subject: debian: match empty as well as unset section variable X-Git-Tag: v1.2.0~404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=117582adcac5b514df6e24d8b4130c514ca466bb;p=thirdparty%2Ffreeswitch.git debian: match empty as well as unset section variable --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index dcee07d3d0..0c2ee5d10a 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -477,7 +477,7 @@ EOF } print_mod_control () { - local m_section="${section-comm}" + local m_section="${section:-comm}" cat <