POSIX sh empty value check compatibility - part 1 (#62)

# Conflicts:
#	debian/resources/switch/package-all.sh
#	debian/resources/switch/package-release.sh
This commit is contained in:
erxspin
2017-02-24 22:54:19 +06:00
committed by FusionPBX
parent 4c4d0cda55
commit a7b38004ca
5 changed files with 25 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ verbose "Installing FusionPBX"
apt-get install -y --force-yes vim git dbus haveged ssl-cert
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools
if [ $USE_SYSTEM_MASTER = true ]; then
if [ .$USE_SYSTEM_MASTER = .true ]; then
verbose "Using master"
BRANCH=""
else