Add missing then

This commit is contained in:
Scott Ullrich 2009-03-25 18:57:31 -04:00
parent c6a15b306c
commit 5dcd63b59f

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 | cut -d'"' -f4`
if [ "$hideplatform" = "true" ];
if [ "$hideplatform" = "true" ]; then
platformbanner="" # hide the platform
else
platformbanner=" on the '${PLATFORM}' platform"