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

map loksh and oksh to mksh in recombine

This commit is contained in:
Connor Olding 2024-07-21 22:22:26 -07:00
parent 5296e9831b
commit 0f89fa9021

View file

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