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:
parent
7fe393e420
commit
51b6f71eb6
@ -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
|
||||
|
@ -756,7 +756,6 @@ sub mkinitrd {
|
||||
|
||||
# add some functions
|
||||
print $inifile <<EOS1;
|
||||
set -x
|
||||
NEWROOT="/sysroot"
|
||||
SHELL="/bin/sh"
|
||||
RWDIR=".statelite"
|
||||
|
Loading…
Reference in New Issue
Block a user