Fixed the bug 3087647, rnetboot is not working.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2010-10-15 06:27:40 +00:00
parent 7b6db33399
commit 41f1001ace

View File

@ -98,7 +98,7 @@ proc run_lssyscfg {} {
set rc [catch $runcmd msg]
nc_msg "$PROGRAM Status: run_lssyscg : partition status : $msg\n"
regexp "$node:\[ ]*(.*)" $msg tmp1 tmp
if { $tmp } {
if { $tmp != "" } {
set msg $tmp
}
nc_msg "####msg:$msg#########\n"