mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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;;
|
(dash) SH=DASH;;
|
||||||
(hush) SH=HUSH;;
|
(hush) SH=HUSH;;
|
||||||
(ksh) SH=KSH;;
|
(ksh) SH=KSH;;
|
||||||
(loksh) SH=LOKSH;;
|
(loksh) SH=MKSH;; # similar enough to mksh to use the same compatibility flag
|
||||||
(mksh) SH=MKSH;;
|
(mksh) SH=MKSH;;
|
||||||
(oksh) SH=OKSH;;
|
(oksh) SH=MKSH;; # similar enough to mksh to use the same compatibility flag
|
||||||
(osh) SH=OSH;;
|
(osh) SH=OSH;;
|
||||||
(posh) SH=POSH;;
|
(posh) SH=POSH;;
|
||||||
(yash) SH=YASH;;
|
(yash) SH=YASH;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue