From 5a659f01a45e4c2cd1dafbc910c823415798dcea Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 24 May 2017 13:32:52 +1200 Subject: Remove Yash support I never use it --- install/install-login-shell.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'install') diff --git a/install/install-login-shell.sh b/install/install-login-shell.sh index b7292a77..f38aa0c1 100644 --- a/install/install-login-shell.sh +++ b/install/install-login-shell.sh @@ -4,8 +4,6 @@ case ${SHELL##*/} in target=install-bash ;; ksh|ksh88|ksh93|mksh|pdksh) target=install-ksh ;; - yash) - target=install-yash ;; zsh) target=install-zsh ;; esac -- cgit v1.2.3