From cb46887f4a09108a38d383295c357d786df210c3 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 3 Feb 2018 01:30:07 +0000 Subject: [PATCH] sys-libs/glibc: cleanup: use [[, not [ Package-Manager: Portage-2.3.20, Repoman-2.3.6 --- sys-libs/glibc/glibc-2.27-r1.ebuild | 2 +- sys-libs/glibc/glibc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/glibc/glibc-2.27-r1.ebuild b/sys-libs/glibc/glibc-2.27-r1.ebuild index 531dbbd5534a..83df2bf9e6b4 100644 --- a/sys-libs/glibc/glibc-2.27-r1.ebuild +++ b/sys-libs/glibc/glibc-2.27-r1.ebuild @@ -657,7 +657,7 @@ sanity_prechecks() { local STAT=$? rm -f "${T}/check-ia32-emulation.elf32" eend $STAT - [ $STAT -eq 0 ] || die "CONFIG_IA32_EMULATION must be enabled in the kernel to compile a multilib glibc." + [[ $STAT -eq 0 ]] || die "CONFIG_IA32_EMULATION must be enabled in the kernel to compile a multilib glibc." fi fi diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 3903ddf0d1bd..ec4e7fdcfb13 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -657,7 +657,7 @@ sanity_prechecks() { local STAT=$? rm -f "${T}/check-ia32-emulation.elf32" eend $STAT - [ $STAT -eq 0 ] || die "CONFIG_IA32_EMULATION must be enabled in the kernel to compile a multilib glibc." + [[ $STAT -eq 0 ]] || die "CONFIG_IA32_EMULATION must be enabled in the kernel to compile a multilib glibc." fi fi -- 2.26.2