From 06b6cab47381ef1ce48334b44bb8ff19a54e7219 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 20 Jun 2012 14:18:20 -0400 Subject: [PATCH] fix typo when setting aix_freeware --HG-- branch : 1.7 --- mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpkg b/mkpkg index ad81ea267..b2f8cbed0 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.40.0