From 6c9e92aba6467eda5a6533c882cb7f9ba560d77d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 9 Jul 2015 09:34:22 -0600 Subject: [PATCH] The old Solaris /bin/sh doesn't support POSIX $( .. ) syntax, use backquotes instead. --- mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpkg b/mkpkg index abeef1ea0..05d402ed8 100755 --- a/mkpkg +++ b/mkpkg @@ -191,7 +191,7 @@ case "$osversion" in ;; esac # Newer Debian uses arch-specific lib dirs - MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null) + MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null` # Note, must indent with tabs, not spaces due to IFS trickery if test "$flavor" = "ldap"; then configure_opts="${configure_opts}${configure_opts+$tab}--with-ldap