diff --git a/sh/recombine b/sh/recombine index c9f9e0b..594dd40 100644 --- a/sh/recombine +++ b/sh/recombine @@ -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;;