mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +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;
|
_lastPrompt = object;
|
||||||
_cwdStr = object.getSource();
|
_cwdStr = object.getSource();
|
||||||
|
_status.setAttribute(DE.A_SOURCE, fileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue