Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/
Date: Wed, 29 Nov 2017 09:40:44
Message-Id: 1511948432.0024a42d0b22e6adb2a64e264c1f1c9399c3fb25.haubi@gentoo
1 commit: 0024a42d0b22e6adb2a64e264c1f1c9399c3fb25
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 09:40:32 2017 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 09:40:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0024a42d
7
8 sys-apps/coreutils: quote econf args, bug#639146
9
10 Package-Manager: Portage-2.3.10-prefix, Repoman-2.3.3
11
12 sys-apps/coreutils/coreutils-8.28-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
16 index 5f96825a94..814ca215cf 100644
17 --- a/sys-apps/coreutils/coreutils-8.28-r1.ebuild
18 +++ b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
19 @@ -140,7 +140,7 @@ src_configure() {
20 # kill/uptime - procps
21 # groups/su - shadow
22 # hostname - net-tools
23 - econf ${myconf[@]}
24 + econf "${myconf[@]}"
25 }
26
27 src_test() {