From: Lars Wendler Date: Wed, 29 Nov 2017 11:27:27 +0000 (+0100) Subject: sys-apps/coreutils: Added proper quoting of "myconf" array. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=80b30d58eedf3a6375b495e44e8cd43d0a5d1eca;p=gentoo.git sys-apps/coreutils: Added proper quoting of "myconf" array. Closes: https://bugs.gentoo.org/639146 Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild b/sys-apps/coreutils/coreutils-8.28-r1.ebuild index 93eeaf22318f..8d2c94faa377 100644 --- a/sys-apps/coreutils/coreutils-8.28-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.28-r1.ebuild @@ -118,7 +118,7 @@ src_configure() { # kill/uptime - procps # groups/su - shadow # hostname - net-tools - econf ${myconf[@]} + econf "${myconf[@]}" } src_test() { diff --git a/sys-apps/coreutils/coreutils-8.28.ebuild b/sys-apps/coreutils/coreutils-8.28.ebuild index ffd2a59938c7..a93f4f9f3acb 100644 --- a/sys-apps/coreutils/coreutils-8.28.ebuild +++ b/sys-apps/coreutils/coreutils-8.28.ebuild @@ -101,7 +101,7 @@ src_configure() { # kill/uptime - procps # groups/su - shadow # hostname - net-tools - econf ${myconf[@]} + econf "${myconf[@]}" } src_test() {