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:
lissav 2011-12-12 20:01:42 +00:00
parent dd5a09aff3
commit 4ee9e1b4ab

View File

@ -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;