mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:59:03 -08:00
treat loksh
and oksh
as one, not mksh
This commit is contained in:
parent
b9cd1df3c1
commit
0e37575acc
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=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;;
|
||||
|
|
Loading…
Reference in a new issue