Add missing space

This commit is contained in:
Scott Ullrich 2009-04-02 21:20:35 -04:00
parent ad22530333
commit 446ffdbdfd

2
etc/rc
View File

@ -38,7 +38,7 @@ fi
product=`/bin/cat /etc/inc/globals.inc | /usr/bin/grep product_name | /usr/bin/cut -d'"' -f4`
hideplatform=`cat /etc/inc/globals.inc | grep hideplatform | wc -l`
if [ "$hideplatform" -gt "0"]; then
if [ "$hideplatform" -gt "0" ]; then
platformbanner="" # hide the platform
else
platformbanner=" on the '${PLATFORM}' platform"