From e20df85cf8579aaa9cf07d59efc453d5837a7598 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Dec 2011 14:15:43 -0800 Subject: ebuild-helpers/new*: QA warn for extra args --- bin/ebuild-helpers/newinitd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/ebuild-helpers/newinitd') diff --git a/bin/ebuild-helpers/newinitd b/bin/ebuild-helpers/newinitd index fc6003ac2..03bbe68a7 100755 --- a/bin/ebuild-helpers/newinitd +++ b/bin/ebuild-helpers/newinitd @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh @@ -14,6 +14,9 @@ if [ ! -e "$1" ] ; then exit 1 fi +(($#>2)) && \ + eqawarn "QA Notice: ${0##*/} called with more than 2 arguments: ${@:3}" + rm -rf "${T}/${2}" && \ cp -f "${1}" "${T}/${2}" && \ exec doinitd "${T}/${2}" -- cgit v1.2.3-1-g7c22