1
0
Fork 0
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:
David McKnight 2012-03-29 15:05:40 +00:00
parent bba04b457c
commit c1b59b438e

View file

@ -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;
} }