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: a7b8cae0edc3b4ebc744c506bb69d0a02ae1859c
parent: 31dee66265f39a8ad96fd2f0f24e9f66389a995a
author: Brian Callahan <bcallah@openbsd.org>
date:   Fri, 26 Jan 2018 21:42:29 -0500
Keep configure lines to 80 columns.
Mconfigure12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure b/configure
@@ -346,17 +346,17 @@ do
 	echo "Usage: configure [options]"
 	echo ""
 	echo "Options:"
-	printf "  --help or -h               "
+	printf "  --help or -h            "
 	echo "Display this help message"
-	printf "  --prefix=PREFIX            "
+	printf "  --prefix=PREFIX         "
 	echo "Top level install directory is PREFIX [$prefix]"
-	printf "  --mandir=MANDIR            "
+	printf "  --mandir=MANDIR         "
 	echo "Manual pages are installed to MANDIR [$mandir]"
-	printf "  --enable-ksh               "
+	printf "  --enable-ksh            "
 	echo "Install executable as ksh [default=no]"
-	printf "  --enable-sh                "
+	printf "  --enable-sh             "
 	echo "Install additional sh executable [default=no]"
-	printf "  --enable-static            "
+	printf "  --enable-static         "
 	echo "Statically link executables [default=no]"
 	exit 1
 	;;