diff options
author | Chris Buechler <cmb@cmb-macbook-pro.local> | 2009-11-02 04:41:57 -0500 |
---|---|---|
committer | Chris Buechler <cmb@cmb-macbook-pro.local> | 2009-11-02 04:41:57 -0500 |
commit | 2580f584403aa2ef9c7f1cccb93cbdb9411222ea (patch) | |
tree | 114200074ccfae94a223b15c503268f6a72e6e34 | |
parent | 5d4126249d1c9f02939930db2aeb69f75a5666f0 (diff) | |
download | pfsense-2580f584403aa2ef9c7f1cccb93cbdb9411222ea.zip pfsense-2580f584403aa2ef9c7f1cccb93cbdb9411222ea.tar.gz |
remove unnecessary cat
-rwxr-xr-x | etc/rc.initial | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index df263b1..5463a3d 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -64,8 +64,8 @@ fi /etc/rc.banner -product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4` -hidebanner=`cat /etc/inc/globals.inc | grep hidebanner | cut -d'"' -f4` +product=`grep product_name /etc/inc/globals.inc | cut -d'"' -f4` +hidebanner=`grep hidebanner /etc/inc/globals.inc | cut -d'"' -f4` # display a cheap menu echo |