From 123abffe4f6c3bc0cdb059d0be7b49eb9ed139e8 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 19 Mar 2013 17:59:15 +0000 Subject: [PATCH] fix for defect 3436 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15589 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index c9f69cda2..4536985b2 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -1334,7 +1334,6 @@ sub runxcmd_output if (defined($resp->{error})) { push @$::xcmd_outref, @{$resp->{error}}; - $::RUNCMD_RC = 1; } if (defined($resp->{errorcode})) { @@ -1386,7 +1385,6 @@ sub runxcmd_output2 if (defined($resp->{error})) { push @{$::xcmd_outref_hash->{error}}, @{$resp->{error}}; - $::RUNCMD_RC = 1; } if (defined($resp->{errorcode})) {