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: 025c323c81a07829bcc08b3452a161def6fed258
parent: f5cb271d69670000050295c4ecbf61eea420a42f
author: Brian Callahan <bcallah@openbsd.org>
date:   Wed, 18 Nov 2020 11:08:15 -0500
On second thought, we carry the original ksh.1 manual page.
Let's choose the correct manual page depending on whether or not
--enable-ksh was issued to configure.

Made a checklist note to remember to sync oksh.1 with ksh.1 more
often.
Mconfigure2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -50,7 +50,7 @@ install:
 	install -d \${DESTDIR}\${BINDIR}
 	install -d \${DESTDIR}\${MANDIR}/man1
 	install -c -s -m 755 \${PROG} \${DESTDIR}\${BINDIR}
-	install -c -m 644 oksh.1 \${DESTDIR}\${MANDIR}/man1/\${PROG}.1
+	install -c -m 644 \${PROG}.1 \${DESTDIR}\${MANDIR}/man1
 EOF
 
 if [ $instsh -ne 0 ] ; then