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 --- check/login-shell.sh | 2 -- check/yash.sh | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 check/yash.sh (limited to 'check') 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 diff --git a/check/yash.sh b/check/yash.sh deleted file mode 100644 index c8722f3d..00000000 --- a/check/yash.sh +++ /dev/null @@ -1,5 +0,0 @@ -for yash in yash/* ; do - [ -f "$yash" ] || continue - yash -n "$yash" || exit -done -printf 'All yash scripts parsed successfully.\n' -- cgit v1.2.3