1
0
Fork 0
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:
David McKnight 2007-04-27 16:40:35 +00:00
parent 9b16d8af74
commit 275d4249da

View file

@ -999,6 +999,7 @@ public class CommandMinerThread extends MinerThread
_lastPrompt = object;
_cwdStr = object.getSource();
_status.setAttribute(DE.A_SOURCE, fileName);
}
}
}