From 4698a71250ecbd55384b8e70a4be3a7641a0a57f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Aug 2016 20:34:06 +1200 Subject: Allow mksh to use pdksh's startup files --- sh/shrc.d/ksh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/shrc.d/ksh.sh b/sh/shrc.d/ksh.sh index f1245e76..b12f13c8 100644 --- a/sh/shrc.d/ksh.sh +++ b/sh/shrc.d/ksh.sh @@ -3,7 +3,7 @@ # their own rc files first, which I've written to then look for ~/.shrc; ksh # does it the other way around. case $KSH_VERSION in - *'PD KSH '*) + *'PD KSH '*|*'MIRBSD KSH '*) [ -f "${KSH_ENV:-"$HOME"/.pdkshrc}" ] || return . "${KSH_ENV:-"$HOME"/.pdkshrc}" ;; -- cgit v1.2.3