Remove scsh from "known shells".. it's not an interactive shell.

Submitted by:	nectar
This commit is contained in:
Ade Lovett 2000-09-25 21:40:20 +00:00
parent 6f43b3ae89
commit 74d1d7510c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33118
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
- "/bin/csh", "/bin/sh", 0
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
+ "%%LOCALBASE%%/bin/zsh", "%%LOCALBASE%%/sbin/scsh", 0
+ "%%LOCALBASE%%/bin/zsh", 0
};
if ((shell = getenv ("SHELL"))){

View File

@ -8,7 +8,7 @@
- "/bin/csh", "/bin/sh", 0
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
+ "%%LOCALBASE%%/bin/zsh", "%%LOCALBASE%%/sbin/scsh", 0
+ "%%LOCALBASE%%/bin/zsh", 0
};
if ((shell = getenv ("SHELL"))){

View File

@ -8,7 +8,7 @@
- "/bin/csh", "/bin/sh", 0
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
+ "%%LOCALBASE%%/bin/zsh", "%%LOCALBASE%%/sbin/scsh", 0
+ "%%LOCALBASE%%/bin/zsh", 0
};
if ((shell = getenv ("SHELL"))){