From 98afbf8cedb5150173b9bdf45438dc2863bfa6a0 Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 28 Dec 2010 08:23:56 +0000 Subject: [PATCH] to fix the bpa.pm module load problem. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8516 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/FSPUtils.pm b/perl-xCAT/xCAT/FSPUtils.pm index 44beca78a..69f7a780b 100644 --- a/perl-xCAT/xCAT/FSPUtils.pm +++ b/perl-xCAT/xCAT/FSPUtils.pm @@ -225,7 +225,7 @@ sub fsp_state_action { # output the prompt ################# #$outhash{ $node_name } = $res; - if( defined($res) ) { + if( @res ) { $res[0] =~ s/$node_name: //; } return( [$Rc,@res] );