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

@@ -31,7 +31,7 @@ if [ -z "$CPU_CHECK" ]; then
esac
done
if [ $HELP = true ]; then
if [ .$HELP = .true ]; then
warning "Debian installer script"
warning " --use-switch-source will use freeswitch from source rather than ${green}(default:packages)"
warning " --use-switch-package-all if using packages use the meta-all package"