FS-8271 adding some logging, and more cautious handling of spaces in params

This commit is contained in:
William King 2015-10-08 12:29:56 -05:00
parent a53659c086
commit 1306d4b9a1
1 changed files with 3 additions and 1 deletions

View File

@ -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