slackbuilds/system/mksh
B. Watson 8159498005
system/mksh: Only run tests if stdin/out are TTYs.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 16:42:08 +07:00
..
README system/mksh: New maintainer. 2023-01-07 08:13:46 +07:00
doinst.sh system/mksh: New maintainer. 2023-01-07 08:13:46 +07:00
mksh.SlackBuild system/mksh: Only run tests if stdin/out are TTYs. 2023-07-08 16:42:08 +07:00
mksh.info system/mksh: New maintainer. 2023-01-07 08:13:46 +07:00
slack-desc

README

This is mksh, the "MirBSD Korn Shell" (or "MidnightBSD Korn Shell").
It is a successor to the Public Domain Korn Shell (pdksh)

Pass STATIC=yes to the script to build a static /bin/mksh.

Pass DIET=yes to the script to use dietlibc instead of glibc. This
requires the optional dependency dietlibc. DIET=yes builds are always
static; no need for STATIC=yes. Cannot be combined with MUSL=yes.

Pass MUSL=yes to the script to use musl instead of glibc. This
requires the optional dependency musl. Can be combined with
STATIC=yes. Cannot be combined with DIET=yes.