From 4ee9e1b4ab5a71e939aa7a187d7be5a23d211530 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 12 Dec 2011 20:01:42 +0000 Subject: [PATCH] fix for defect 3458311 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11218 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xcatclient | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-client/bin/xcatclient b/xCAT-client/bin/xcatclient index 876dfd751..556010062 100755 --- a/xCAT-client/bin/xcatclient +++ b/xCAT-client/bin/xcatclient @@ -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;