From 17061e3aae882fb5ebb73a620fab720100623d10 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 26 Feb 2014 20:44:42 -0500 Subject: lib/buildsystem/*.sh: Fix more [ commands. --- (limited to 'lib/buildsystem/autoconf.sh') diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh index a2cbc23..7ec8938 100644 --- a/lib/buildsystem/autoconf.sh +++ b/lib/buildsystem/autoconf.sh @@ -42,7 +42,7 @@ _oh_autoconf_configure() --host=$(oh_buildsystem_arch \ "${OPK_HOST_ARCH}" 'autoconf')" fi - if [ "x${_OH_BUILDSYSTEM_TARGET_ARCH+set}" = 'xset' ]; then + if [ "x${_OH_BUILDSYSTEM_TARGET_ARCH}" != 'x' ]; then arch_opts="${arch_opts} --target=$(oh_buildsystem_arch \ "${_OH_BUILDSYSTEM_TARGET_ARCH}" 'autoconf')" -- cgit v0.9.1