From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-987102-garchives=archives.gentoo.org@lists.gentoo.org> 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 DC2CC139082 for <garchives@archives.gentoo.org>; Wed, 29 Nov 2017 11:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA56E0BC7; Wed, 29 Nov 2017 11:27:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 19F15E0BC7 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Nov 2017 11:27:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2464533C770 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Nov 2017 11:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEB04AB8B for <gentoo-commits@lists.gentoo.org>; Wed, 29 Nov 2017 11:27:43 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1511954858.80b30d58eedf3a6375b495e44e8cd43d0a5d1eca.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.28-r1.ebuild sys-apps/coreutils/coreutils-8.28.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 80b30d58eedf3a6375b495e44e8cd43d0a5d1eca X-VCS-Branch: master Date: Wed, 29 Nov 2017 11:27:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f170398-dfaf-4684-9a21-8cde1add80ba X-Archives-Hash: 51a75c0d4d89aa1f44e2e3c410d001d9 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() {