aboutsummaryrefslogtreecommitdiff
path: root/ksh/shrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-24 13:32:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-24 13:32:52 +1200
commit5a659f01a45e4c2cd1dafbc910c823415798dcea (patch)
tree81bc86a2be87f61ad3c0f7510e00864997dde731 /ksh/shrc.d
parentUpdate submodules (diff)
downloaddotfiles-5a659f01a45e4c2cd1dafbc910c823415798dcea.tar.gz
dotfiles-5a659f01a45e4c2cd1dafbc910c823415798dcea.zip
Remove Yash support
I never use it
Diffstat (limited to 'ksh/shrc.d')
-rw-r--r--ksh/shrc.d/ksh.sh2
1 files changed, 1 insertions, 1 deletions
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 ;;