]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8271 adding some logging, and more cautious handling of spaces in params
authorWilliam King <william.king@quentustech.com>
Thu, 8 Oct 2015 17:29:56 +0000 (12:29 -0500)
committerWilliam King <william.king@quentustech.com>
Thu, 8 Oct 2015 19:32:17 +0000 (14:32 -0500)
build/debpkgs.sh

index 9844feff5b94d2da53ec448064e51aec2e847963..5cf43875478c0e8abc1fd00e8bdc121e5ccf559c 100755 (executable)
@@ -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