Give more information on the error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14427 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-11-26 12:39:30 +00:00
parent 92a8d070c2
commit fbac04966b

View File

@ -2869,7 +2869,7 @@ sub updateAIXsoftware
{
my $rsp;
push @{$rsp->{data}},
"Could not run installp command.\n";
"Could not run installp command: \'$inpcmd\'.\n";
foreach my $o (@$output)
{
push @{$rsp->{data}}, "$o";