commit:     9215056d3eb9814b2ffee9bd7c7cc8a540fcc7ee
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 04:38:09 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> 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 <r030t1 <AT> 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

Reply via email to