1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-19 09:24:07 -07:00

treat loksh and oksh as one, not mksh

This commit is contained in:
Connor Olding 2024-07-22 04:39:57 -07:00
parent b9cd1df3c1
commit 0e37575acc

View file

@ -9,9 +9,9 @@ case "$sh" in
(dash) SH=DASH;;
(hush) SH=HUSH;;
(ksh) SH=KSH;;
(loksh) SH=MKSH;; # similar enough to mksh to use the same compatibility flag
(loksh) SH=OKSH;; # similar enough to oksh to use the same compatibility flag
(mksh) SH=MKSH;;
(oksh) SH=MKSH;; # similar enough to mksh to use the same compatibility flag
(oksh) SH=OKSH;;
(osh) SH=OSH;;
(posh) SH=POSH;;
(yash) SH=YASH;;