mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-18 14:35:23 +02:00
[142968] getting rid of IBM strings
This commit is contained in:
parent
fa0ffc9080
commit
930c30f06a
1 changed files with 0 additions and 11 deletions
|
@ -205,17 +205,6 @@ public class CommandMinerThread extends MinerThread
|
||||||
if (_isTTY)
|
if (_isTTY)
|
||||||
{
|
{
|
||||||
String args[] = null;
|
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 = new String[4];
|
||||||
args[0] = PSEUDO_TERMINAL;
|
args[0] = PSEUDO_TERMINAL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue