From 0330b6fa6ddb8b2fa6ab162061cf65922ffac113 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 25 Dec 2014 04:01:10 +0000 Subject: [PATCH] Adjust code style of recent changes --- debian/bootstrap.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 1502bc9271..2267411cd3 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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 <