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 AA99A1382C5 for ; Mon, 5 Feb 2018 04:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC64E0961; Mon, 5 Feb 2018 04:40:00 +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 98368E0961 for ; Mon, 5 Feb 2018 04:40:00 +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 E4653335C39 for ; Mon, 5 Feb 2018 04:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1448C19B for ; Mon, 5 Feb 2018 04:39:57 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1517805576.9215056d3eb9814b2ffee9bd7c7cc8a540fcc7ee.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/newins X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9215056d3eb9814b2ffee9bd7c7cc8a540fcc7ee X-VCS-Branch: master Date: Mon, 5 Feb 2018 04:39:57 +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: 944dc44c-f087-406f-a7f0-7ab73dc39fc3 X-Archives-Hash: 06a7de5a63b900460443ce0009843d78 commit: 9215056d3eb9814b2ffee9bd7c7cc8a540fcc7ee Author: Zac Medico gentoo org> AuthorDate: Mon Feb 5 04:38:09 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Feb 5 04:39:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9215056d bin/ebuild-helpers/newins: ${*:3} for explicit concatenation Reported-by: R0b0t1 gmail.com> bin/ebuild-helpers/newins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild-helpers/newins b/bin/ebuild-helpers/newins index 8032a8f2f..30e54b7e5 100755 --- a/bin/ebuild-helpers/newins +++ b/bin/ebuild-helpers/newins @@ -12,7 +12,7 @@ if [[ -z ${T} ]] || [[ -z ${2} ]] ; then fi (($#>2)) && \ - eqawarn "QA Notice: ${helper} called with more than 2 arguments: ${@:3}" + eqawarn "QA Notice: ${helper} called with more than 2 arguments: ${*:3}" stdin= if ___eapi_newins_supports_reading_from_standard_input && [[ $1 == "-" ]]; then