mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +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:
parent
67574e1c7f
commit
ccef32631f
1 changed files with 3 additions and 0 deletions
|
@ -1148,6 +1148,9 @@ public class CommandMinerThread extends MinerThread
|
||||||
{
|
{
|
||||||
// ignore this line
|
// ignore this line
|
||||||
}
|
}
|
||||||
|
else if (line.indexOf("PS1='$PWD>';") > 0){ //$NON-NLS-1$
|
||||||
|
// ignore this line too
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ParsedOutput parsedMsg = null;
|
ParsedOutput parsedMsg = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue