diff options
| author | David Nugent <davidn@FreeBSD.org> | 2000-07-16 01:46:26 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 2000-07-16 01:46:26 +0000 |
| commit | b81c761ad19a7c472ae34e98a2a0b5b1f27029eb (patch) | |
| tree | a125495ca13af5b50da4bd911fb093de695883ee | |
| parent | 11d83a19cf268179de19b71783bece38bcb203f1 (diff) | |
| download | pw-darwin-b81c761ad19a7c472ae34e98a2a0b5b1f27029eb.tar.gz pw-darwin-b81c761ad19a7c472ae34e98a2a0b5b1f27029eb.zip | |
Catch up to the fact that we now have tcsh in the tree.
| -rw-r--r-- | pw/pw_conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c index e8a2105..7fbf51b 100644 --- a/pw/pw_conf.c +++ b/pw/pw_conf.c @@ -67,7 +67,8 @@ static char bourne_shell[] = "sh"; static char *system_shells[_UC_MAXSHELLS] = { bourne_shell, - "csh" + "csh", + "tcsh" }; static char const *booltrue[] = |
