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:
parent
c6719679dd
commit
3c3aac8579
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue