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: 663ad4a6f5d0ebdd0438dda48cfa529440861aec
parent: 366df882b13f859e9825efa8ee7f6f244a23a080
author: Brian Callahan <bcallah@openbsd.org>
date:   Mon, 8 Jan 2018 15:47:03 -0500
reallocarray check needs to check for reallocarray, not strtonum.
MREADME.md2+-
Mconfigure2+-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -40,4 +40,4 @@ The rest are BSD or ISC licensed.
 
 Get a tarball
 -------------
-http://devio.us/~bcallah/oksh/oksh-20180107.tar.gz
+http://devio.us/~bcallah/oksh/oksh-20180108.tar.gz
diff --git a/configure b/configure
@@ -263,7 +263,7 @@ cat << EOF > pconfig.h
 EOF
 
 printf "checking for reallocarray... "
-strtonumcheck
+reallocarraycheck
 if [ $? -ne 0 ] ; then
   echo "#define NEED_REALLOCARRAY" >> pconfig.h
   echo "no"