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 --- ksh/shrc.d/ksh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksh/shrc.d/ksh.sh') diff --git a/ksh/shrc.d/ksh.sh b/ksh/shrc.d/ksh.sh index aa5c4cbc..b591f37c 100644 --- a/ksh/shrc.d/ksh.sh +++ b/ksh/shrc.d/ksh.sh @@ -9,7 +9,7 @@ # makes other shells throw tantrums. # Does the name of our shell have "ksh" in it at all? This is in no way -# guaranteed. It's just a heuristic that e.g. Bash and Yash shouldn't pass. +# guaranteed. It's just a heuristic that e.g. Bash shouldn't pass. case $0 in *ksh*) ;; *) return ;; -- cgit v1.2.3