1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Avoid remote command echo on ssh

This commit is contained in:
Martin Oberhuber 2006-11-08 15:18:13 +00:00
parent c6719679dd
commit 3c3aac8579

View file

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