From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48BAC139082 for ; Wed, 29 Nov 2017 09:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF4EE0BF4; Wed, 29 Nov 2017 09:40:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EA95E0BF4 for ; Wed, 29 Nov 2017 09:40:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9DFF33BF01 for ; Wed, 29 Nov 2017 09:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD50AB76 for ; Wed, 29 Nov 2017 09:40:40 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1511948432.0024a42d0b22e6adb2a64e264c1f1c9399c3fb25.haubi@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-apps/coreutils/coreutils-8.28-r1.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 0024a42d0b22e6adb2a64e264c1f1c9399c3fb25 X-VCS-Branch: master Date: Wed, 29 Nov 2017 09:40:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4f5cde3-cd3b-4822-ab20-e189e5396dc3 X-Archives-Hash: 558e93029b06a088f1490c7008b62058 commit: 0024a42d0b22e6adb2a64e264c1f1c9399c3fb25 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Nov 29 09:40:32 2017 +0000 Commit: Michael Haubenwallner gentoo 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() {