From 3c3aac8579384116bb4fea911b82694e9b02a449 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 8 Nov 2006 15:18:13 +0000 Subject: [PATCH] Avoid remote command echo on ssh --- .../rse/subsystems/shells/ssh/SshServiceCommandShell.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshServiceCommandShell.java b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshServiceCommandShell.java index 61eafaf303d..9199981ebcf 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshServiceCommandShell.java +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshServiceCommandShell.java @@ -92,6 +92,7 @@ public class SshServiceCommandShell extends ServiceCommandShell implements ISyst ParsedOutput parsedMsg = null; if (!gotCommand && line.equals(_curCommand)) { gotCommand = true; + continue; //ignore remote command echo } else { try {