From 930c30f06ae4ab0f879d83f888886dd8c7d28df9 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Thu, 7 Dec 2006 18:46:40 +0000 Subject: [PATCH] [142968] getting rid of IBM strings --- .../universal/miners/command/CommandMinerThread.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java b/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java index 25a9462d90c..12ddc6e3e4a 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java +++ b/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java @@ -205,17 +205,6 @@ public class CommandMinerThread extends MinerThread if (_isTTY) { String args[] = null; - /* - if (_isOS400) - { - args = new String[4]; - args[0] = PSEUDO_TERMINAL; - args[1] = "/QOpenSys/usr/bin/sh"; //$NON-NLS-1$ - args[2] = "-c"; //$NON-NLS-1$ - args[3] = "export TERMINAL_TYPE=REMOTE;export QIBM_JAVA_STDIO_CONVERT=Y;export QIBM_USE_DESCRIPTOR_STDIO=I;" + theShell; //$NON-NLS-1$ - } - else - */ { args = new String[4]; args[0] = PSEUDO_TERMINAL;