commit: 0024a42d0b22e6adb2a64e264c1f1c9399c3fb25
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 09:40:32 2017 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 09:40:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0024a42d
sys-apps/coreutils: quote econf args, bug#639146
Package-Manager: Portage-2.3.10-prefix, Repoman-2.3.3
sys-apps/coreutils/coreutils-8.28-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild
b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
index 5f96825a94..814ca215cf 100644
--- a/sys-apps/coreutils/coreutils-8.28-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
@@ -140,7 +140,7 @@ src_configure() {
# kill/uptime - procps
# groups/su - shadow
# hostname - net-tools
- econf ${myconf[@]}
+ econf "${myconf[@]}"
}
src_test() {