summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c3
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[] =