From fe727e6f81b48696d66461506736ce42408d7ff7 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 20 May 2010 06:00:14 +0000 Subject: [PATCH] remove the redundant node_name from the fsp_api_action() git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index dd2bf97d6..89979e651 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -5770,7 +5770,7 @@ sub fsp_api_action { # output the prompt ################# #$outhash{ $node_name } = $res; - + $res =~ s/$node_name: //; return( [$node_name,$res, $Rc] ); }