From 6a6bcaa49859f9210634717072e0b2ccdc9489bc Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 4 Mar 2008 20:16:35 +0000 Subject: [PATCH] Return error exit code - Line #623 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPC.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT-2.0/xCAT/PPC.pm b/perl-xCAT-2.0/xCAT/PPC.pm index 1bf9603a4..0db31d78a 100644 --- a/perl-xCAT-2.0/xCAT/PPC.pm +++ b/perl-xCAT-2.0/xCAT/PPC.pm @@ -621,6 +621,7 @@ sub invoke_cmd { my %output; $output{node}->[0]->{name}->[0] = @$_[0]; $output{node}->[0]->{data}->[0]->{contents}->[0] = @$_[1]; + $output{errorcode} = @$_[2]; push @outhash, \%output; } my $out = $request->{pipe};