fix for defect 3458311
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11218 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
dd5a09aff3
commit
4ee9e1b4ab
@ -25,8 +25,7 @@ $cmdref->{cwd}->[0] = cwd();
|
||||
|
||||
my $data;
|
||||
# allows our plugins to get the stdin of the cmd that invoked the plugin
|
||||
if ( (($^O =~ /^linux/i) && ($ENV{'SHELL'} =~ /\/ksh$/)) || !defined($ENV{'TERM
|
||||
'}) )
|
||||
if ( (($^O =~ /^linux/i) && ($ENV{'SHELL'} =~ /\/ksh$/)) || !defined($ENV{'TERM'}) )
|
||||
{
|
||||
my $rin="";
|
||||
my $rout;
|
||||
|
Loading…
Reference in New Issue
Block a user