commit: 80b30d58eedf3a6375b495e44e8cd43d0a5d1eca Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Wed Nov 29 11:27:27 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Wed Nov 29 11:27:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b30d58
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 sys-apps/coreutils/coreutils-8.28-r1.ebuild | 2 +- sys-apps/coreutils/coreutils-8.28.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild b/sys-apps/coreutils/coreutils-8.28-r1.ebuild index 93eeaf22318..8d2c94faa37 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 ffd2a59938c..a93f4f9f3ac 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() {
