From 41f1001ace5a5667d9bb3b39f46a627b202d54ca Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Fri, 15 Oct 2010 06:27:40 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/lpar_netboot.expect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/lpar_netboot.expect b/xCAT-server/sbin/lpar_netboot.expect index 13b21349e..5a87f9fe6 100644 --- a/xCAT-server/sbin/lpar_netboot.expect +++ b/xCAT-server/sbin/lpar_netboot.expect @@ -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"