mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
minor fix so that the correct pwd is stored in status when running windows remotely
This commit is contained in:
parent
9b16d8af74
commit
275d4249da
1 changed files with 1 additions and 0 deletions
|
@ -999,6 +999,7 @@ public class CommandMinerThread extends MinerThread
|
|||
|
||||
_lastPrompt = object;
|
||||
_cwdStr = object.getSource();
|
||||
_status.setAttribute(DE.A_SOURCE, fileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue