remove unnecessary cat

This commit is contained in:
Chris Buechler 2009-11-02 04:41:57 -05:00
parent 5d4126249d
commit 2580f58440

View File

@ -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