mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 23:45:23 +02:00
[372968] [dstore][shell] provide support for csh and tcsh shells
This commit is contained in:
parent
bba04b457c
commit
c1b59b438e
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ public class CommandMinerThread extends MinerThread
|
||||||
{
|
{
|
||||||
isSHonZ = true;
|
isSHonZ = true;
|
||||||
}
|
}
|
||||||
else if (theShell.endsWith("/csh") || theShell.endsWith("/tcsh") || theShell.endsWith("/bsh")){ //$NON-NLS-1$//$NON-NLS-2$
|
else if (theShell.endsWith("/csh") || theShell.endsWith("/tcsh")){ //$NON-NLS-1$//$NON-NLS-2$
|
||||||
_isCsh = true;
|
_isCsh = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue