1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

[287305] [dstore] Need to set proper uid for commands when using SecuredThread and single server for multiple clients

-added check for export PS1 since we don't want the user to see that
This commit is contained in:
David McKnight 2009-10-16 15:48:29 +00:00
parent 67574e1c7f
commit ccef32631f

View file

@ -1148,6 +1148,9 @@ public class CommandMinerThread extends MinerThread
{
// ignore this line
}
else if (line.indexOf("PS1='$PWD>';") > 0){ //$NON-NLS-1$
// ignore this line too
}
else
{
ParsedOutput parsedMsg = null;