oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: 15d35ee2f15bbaee0e5dbb70c1f90914fbc1b4fd
parent: 6c54d46febf147dea97cd4c4e86438ced1136401
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Thu, 23 Jul 2020 10:30:02 -0400
--no-thanks isn't just for cross compiling

Reflect that in the documentation15d35ee2f15bbaee0e5dbb70c1f90914fbc1b4fd
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
@@ -100,6 +100,10 @@ All environment variables and configure flags are respected when using
 only compile the source files into object files, to be transfered onto
 the target machine and linked there.
 
+The `--no-thanks` flag can also be used to compile a native `oksh` with
+all the compatibility functions compiled in, rather than relying on the
+system's version of those functions.
+
 License
 -------
 The main Korn shell files are public domain (see `LEGAL`).