mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-28 17:05:31 +00:00
fix more warnings
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5146 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -854,7 +854,7 @@ sub runcmd
|
||||
|
||||
my ($class, $cmd, $exitcode, $refoutput) = @_;
|
||||
$::RUNCMD_RC = 0;
|
||||
if (!$xCAT::Utils::NO_STDERR_REDIRECT)
|
||||
if (defined($xCAT::Utils::NO_STDERR_REDIRECT) && !$xCAT::Utils::NO_STDERR_REDIRECT)
|
||||
{
|
||||
if (!($cmd =~ /2>&1$/)) { $cmd .= ' 2>&1'; }
|
||||
|
||||
|
Reference in New Issue
Block a user