blob: b51d541170b91d116651bb7e86d0d021e74e9296 [file] [log] [blame]
Thorsten Glaserba2627c2010-08-24 18:21:37 +02001This is mksh from AnonCVS on 2010-08-24 with the
2following files removed:
3• Makefile
4 (not part of regular mksh releases anyway)
5• dot.mkshrc
6 (not needed, we use our own for Android)
7• mksh.1
8 (manpage; also available from the web)
9• setmode.c
10 (not needed, we don’t use the mknod builtin)
11• strlcpy.c
12 (not needed, bionic provides this)
13
14The manual page can be downloaded as PDF (ISO A4 paper) from
15https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh.pdf or read
16online at https://www.mirbsd.org/man1/mksh (HTML).
17
Jeff Hamiltonf41986b2010-09-10 10:46:06 -050018The following changes are done to code in this subdirectory
19at the moment:
20• check.t main.sh: remove the 'stop' alias to 'kill -STOP'
21 since Android has a built in stop command that the alias
22 overrides, causing problems with testing tools