Adjust code style of recent changes

This commit is contained in:
Travis Cross 2014-12-25 04:01:10 +00:00
parent 505cd2947a
commit 0330b6fa6d
1 changed files with 2 additions and 4 deletions

6
debian/bootstrap.sh vendored
View File

@ -9,7 +9,7 @@ fs_description="FreeSWITCH is a scalable open source cross-platform telephony pl
mod_build_depends="." mod_depends="." mod_recommends="." mod_suggests="."
supported_debian_distros="squeeze wheezy jessie sid"
supported_ubuntu_distros="trusty utopic"
supported_distros=" $supported_debian_distros $supported_ubuntu_distros "
supported_distros="$supported_debian_distros $supported_ubuntu_distros"
avoid_mods=(
applications/mod_limit
applications/mod_mongo
@ -285,9 +285,7 @@ list_freeswitch_all_dbg_replaces () {
print_source_control () {
local libtool_dep="libtool, libtool-bin"
case "$codename" in
squeeze|wheezy|trusty)
libtool_dep="libtool"
;;
squeeze|wheezy|trusty) libtool_dep="libtool" ;;
esac
cat <<EOF
Source: freeswitch