From 6103bbc67fa1ed13db2bfce24c52e671ae743dc8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 20 Jun 2012 14:18:14 -0400 Subject: [PATCH] fix typo when setting aix_freeware --- mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpkg b/mkpkg index 0c22feda3..fb11afb0c 100755 --- a/mkpkg +++ b/mkpkg @@ -266,7 +266,7 @@ case "$osversion" in --with-env-editor --enable-zlib=builtin $configure_opts" - PPVARS="${PPVARS}${PPVARS+$space}aix_freeware=$true" + PPVARS="${PPVARS}${PPVARS+$space}aix_freeware=true" ;; *) # For Solaris, add project support and use let configure choose zlib. -- 2.50.0