forked from norman/fusionpbx-install.sh-github-mirror
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:
2
debian/resources/arguments.sh
vendored
2
debian/resources/arguments.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user