1config BR2_PACKAGE_MKSH 2 bool "mksh" 3 depends on BR2_USE_MMU # fork() 4 help 5 The MirBSD Korn Shell, 6 7 mksh is a successor of pdksh but not affiliated with the 8 pdksh developers or contributors. mksh is not affiliated 9 with the AT&T Korn Shell, its past or present owners, 10 other than that both attempt to implement the Korn Shell 11 programming language. 12 13 mksh targets users who desire a compact, fast, reliable, 14 secure shell not cut off modern extensions; a shell with 15 Unicode support; an actively developed, current, and 16 portable product; one with developers that listen to 17 their users' requests and implement them if they 18 actually make sense. 19 20 mksh aims to replace pdksh in all but very rare use cases 21 (such as support for checking the Unix mbox) and in all 22 operating environments 23 (thus including patches from pdksh on e.g. Debian). 24 25 http://www.mirbsd.org/mksh.htm 26