From 1306d4b9a1e51dec66736b7731f81d8517fcedb2 Mon Sep 17 00:00:00 2001 From: William King Date: Thu, 8 Oct 2015 12:29:56 -0500 Subject: [PATCH] FS-8271 adding some logging, and more cautious handling of spaces in params --- build/debpkgs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/debpkgs.sh b/build/debpkgs.sh index 9844feff5b..5cf4387547 100755 --- a/build/debpkgs.sh +++ b/build/debpkgs.sh @@ -23,6 +23,8 @@ then exit 1 fi +echo "./build/debpkgs.sh script is building FreeSWITCH Debian packages" + VERSION=`cat ./build/next-release.txt` echo "This Version: $VERSION" @@ -70,7 +72,7 @@ EOF fi -./debian/util.sh build-all -a $a -c $c -T $T -K $K -f ./build/modules.conf.most -j -bn -z9 -v$VERSION-$n~$HASH +./debian/util.sh build-all -a "$a" -c "$c" -T $T -K $K -f ./build/modules.conf.most -j -bn -z9 -v$VERSION-$n~$HASH if [ $(ls -al ../freeswitch-mod* | wc -l) -lt 10 ]; then false; else true; fi