mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:39:03 -08:00
map loksh
and oksh
to mksh
in recombine
This commit is contained in:
parent
5296e9831b
commit
0f89fa9021
1 changed files with 2 additions and 2 deletions
|
@ -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;;
|
||||
|
|
Loading…
Reference in a new issue