summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-24 13:04:52 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-24 13:04:52 -0500
commit6bd471ee40f96b02c2e4dcd479392cfc8b2c7179 (patch)
tree540e125908226fe31a936f3c559b7b698a9e11f9 /etc/inc/config.inc
parent31c3942c4bf38db934db1472fa6df9b0dd39e8ed (diff)
downloadpfsense-6bd471ee40f96b02c2e4dcd479392cfc8b2c7179.zip
pfsense-6bd471ee40f96b02c2e4dcd479392cfc8b2c7179.tar.gz
Nuke trailing c/r
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index a718a3c..a689faf 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -52,7 +52,7 @@ if($g['booting']) echo ".";
// the parser needs quite a bit of ram. Do not remove this line unless you
// know what you are doing. If in doubt, check with dev@ _/FIRST/_!
if(!$ARCH)
- $ARCH=trim(`/usr/bin/uname -m`);
+ $ARCH = trim(`/usr/bin/uname -m`);
// Set memory limit to 256M on amd64.
if($ARCH == "amd64")
@@ -218,4 +218,4 @@ if($config_parsed == true) {
}
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud