Remove extraneous set -x

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12136 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-04-05 17:07:42 +00:00
parent 0ab7c79a91
commit ffa7c5942a
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

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