From 5ed34f06870914ce63c22dca1dad15f22fc2e604 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 25 Feb 2008 16:07:48 +0000 Subject: [PATCH] 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 --- xCAT-server-2.0/share/xcat/install/scripts/pre.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/share/xcat/install/scripts/pre.rh b/xCAT-server-2.0/share/xcat/install/scripts/pre.rh index e9e27a521..81a6f9a1c 100644 --- a/xCAT-server-2.0/share/xcat/install/scripts/pre.rh +++ b/xCAT-server-2.0/share/xcat/install/scripts/pre.rh @@ -1,4 +1,4 @@ -if grep n8r /proc/cmdline >& /dev/null; +if grep n8r /proc/cmdline > /dev/null 2>&1; then stty crtscts fi