]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/pw_conf.c
Catch up to the fact that we now have tcsh in the tree.
[pw-darwin.git] / 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[] =