summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 21:20:35 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 21:20:35 -0400
commit446ffdbdfd83bcb2d5369fb844dfd7def6c20954 (patch)
treecd98275263b983e587d88231f4a8872c6933ec62 /etc
parentad22530333c70c03a6c9bef472562a50727a5579 (diff)
downloadpfsense-446ffdbdfd83bcb2d5369fb844dfd7def6c20954.zip
pfsense-446ffdbdfd83bcb2d5369fb844dfd7def6c20954.tar.gz
Add missing space
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index db44a7a..5ebc9d2 100755
--- a/etc/rc
+++ b/etc/rc
@@ -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"
OpenPOWER on IntegriCloud