]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Catch up to the fact that we now have tcsh in the tree.
authorDavid Nugent <davidn@FreeBSD.org>
Sun, 16 Jul 2000 01:46:26 +0000 (01:46 +0000)
committerDavid Nugent <davidn@FreeBSD.org>
Sun, 16 Jul 2000 01:46:26 +0000 (01:46 +0000)
pw/pw_conf.c

index e8a21051d1a590c379216c48b4e1567157c34e44..7fbf51b14e85bcacce94ebc88d90c368d6feb118 100644 (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[] =