aboutsummaryrefslogtreecommitdiff
path: root/check/login-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/login-shell.sh')
-rw-r--r--check/login-shell.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/check/login-shell.sh b/check/login-shell.sh
index 20327b94..2972d98d 100644
--- a/check/login-shell.sh
+++ b/check/login-shell.sh
@@ -4,8 +4,6 @@ case ${SHELL##*/} in
target=check-bash ;;
ksh|ksh88|ksh93|mksh|pdksh)
target=check-ksh ;;
- yash)
- target=check-yash ;;
zsh)
target=check-zsh ;;
esac