mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +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;
|
ParsedOutput parsedMsg = null;
|
||||||
if (!gotCommand && line.equals(_curCommand)) {
|
if (!gotCommand && line.equals(_curCommand)) {
|
||||||
gotCommand = true;
|
gotCommand = true;
|
||||||
|
continue; //ignore remote command echo
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue