diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2011-07-20 09:32:26 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:14 -0500 |
commit | aa23356ee86066ae161dec162335d75063295b04 (patch) | |
tree | 51b354dec6a25eb9a8df151af3bfb0c6652440d0 /system/mksh/README | |
parent | 5b215cf10e23a02c03c6c96c3496efa4180003e4 (diff) | |
download | slackbuilds-aa23356ee86066ae161dec162335d75063295b04.tar.gz |
system/mksh: Added (MirBSD Korn Shell)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/mksh/README')
-rw-r--r-- | system/mksh/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/mksh/README b/system/mksh/README new file mode 100644 index 0000000000..50ef0f21d9 --- /dev/null +++ b/system/mksh/README @@ -0,0 +1,9 @@ +mksh is a successor to the Public Domain Korn Shell (pdksh) + +Pass UTF8=no to the script so that mksh does never assume +that the terminal is in UTF-8 mode. + +Pass STATIC=yes to the script to create a static build. + +Pass DIET=yes to the script in order to use dietlibc (this +requires dietlibc, also available on SBo) |