Thorsten Glaser | ba2627c | 2010-08-24 18:21:37 +0200 | [diff] [blame] | 1 | This is mksh from AnonCVS on 2010-08-24 with the |
| 2 | following 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 | |
| 14 | The manual page can be downloaded as PDF (ISO A4 paper) from |
| 15 | https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh.pdf or read |
| 16 | online at https://www.mirbsd.org/man1/mksh (HTML). |
| 17 | |
Jeff Hamilton | f41986b | 2010-09-10 10:46:06 -0500 | [diff] [blame] | 18 | The following changes are done to code in this subdirectory |
| 19 | at 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 |