Catch up to the fact that we now have tcsh in the tree.
This commit is contained in:
parent
6290ee735b
commit
670eb236c0
@ -67,7 +67,8 @@ static char bourne_shell[] = "sh";
|
||||
static char *system_shells[_UC_MAXSHELLS] =
|
||||
{
|
||||
bourne_shell,
|
||||
"csh"
|
||||
"csh",
|
||||
"tcsh"
|
||||
};
|
||||
|
||||
static char const *booltrue[] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user