Fix prescript syntax problem for RH family kickstart

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@566 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-02-25 16:07:48 +00:00
parent fd5e47ed76
commit 5ed34f0687

View File

@ -1,4 +1,4 @@
if grep n8r /proc/cmdline >& /dev/null;
if grep n8r /proc/cmdline > /dev/null 2>&1;
then
stty crtscts
fi