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: d62c0bc6f2dcfbdfb3b673f0446fc5ba0b76700a
parent: 5ac6c48bc554c3e4ab0f9e00b4a99a51bcd456d9
author: Brian Callahan <bcallah@openbsd.org>
date:   Fri, 30 Apr 2021 20:26:14 -0400
Release oksh-6.9
MREADME.md4++--
Mmain.c2+-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -130,5 +130,5 @@ for details.
 
 Get a tarball
 -------------
-See releases tab. The latest release is oksh-6.8.1, which matches the ksh(1)
-from OpenBSD 6.8.
+See releases tab. The latest release is oksh-6.9, which matches the ksh(1)
+from OpenBSD 6.9, released May 1, 2021.
diff --git a/main.c b/main.c
@@ -301,7 +301,7 @@ main(int argc, char *argv[])
 	setint(global("PPID"), (int64_t) ppid);
 	/* setstr can't fail here */
 	setstr(global(version_param), ksh_version, KSH_RETURN_ERROR);
-	setstr(global("OKSH_VERSION"), "oksh 6.8.1", KSH_RETURN_ERROR);
+	setstr(global("OKSH_VERSION"), "oksh 6.9", KSH_RETURN_ERROR);
 
 	/* execute initialization statements */
 	for (wp = (char**) initcoms; *wp != NULL; wp++) {