sync the fix for bug 3144.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@15313 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2013-03-01 06:31:30 +00:00
parent 4fd19c1cb3
commit 760f6bba6e

View File

@ -1146,7 +1146,7 @@ ions.\n";
if ($::RUNCMD_RC != 0)
{
my $rsp;
$rsp->{data}->[0] = "$::msgstr Could not create a NIM definition for \'$group\'.\n";
$rsp->{data}->[0] = "$::msgstr Error running command \'$cmd\'.\n";
if ($::verbose)
{
$rsp->{data}->[1] = "$output";