Catch up to the fact that we now have tcsh in the tree.

This commit is contained in:
David Nugent 2000-07-16 01:46:26 +00:00
parent 6290ee735b
commit 670eb236c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63239

View File

@ -67,7 +67,8 @@ static char bourne_shell[] = "sh";
static char *system_shells[_UC_MAXSHELLS] =
{
bourne_shell,
"csh"
"csh",
"tcsh"
};
static char const *booltrue[] =