Remove extraneous set -x

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12134 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-04-05 17:06:25 +00:00
parent 7fe393e420
commit 51b6f71eb6
2 changed files with 0 additions and 2 deletions

View File

@ -624,7 +624,6 @@ EOS1
}
print $inifile <<EOMS;
# check and see if debug is specified on command line
set -x
grep '\(debug\)' /proc/cmdline > /dev/null && export DEBUG=1
mkdir -p /var/run
netstart

View File

@ -756,7 +756,6 @@ sub mkinitrd {
# add some functions
print $inifile <<EOS1;
set -x
NEWROOT="/sysroot"
SHELL="/bin/sh"
RWDIR=".statelite"