From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwur3-0001qs-Jr for garchives@archives.gentoo.org; Mon, 03 Nov 2008 08:32:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA717E0327; Mon, 3 Nov 2008 08:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 941F9E0327 for ; Mon, 3 Nov 2008 08:30:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id AB621647FB for ; Mon, 3 Nov 2008 08:30:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -1.465 X-Spam-Level: X-Spam-Status: No, score=-1.465 required=5.5 tests=[AWL=0.067, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_NUMERIC_HELO=2.067] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xKgAKAk7d4qA for ; Mon, 3 Nov 2008 08:30:15 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A75B664762 for ; Mon, 3 Nov 2008 08:30:14 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kwup7-00086Q-Sl for gentoo-dev@gentoo.org; Mon, 03 Nov 2008 08:30:09 +0000 Received: from 91.85.162.60 ([91.85.162.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2008 08:30:09 +0000 Received: from slong by 91.85.162.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2008 08:30:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Steve Long Subject: [gentoo-dev] Re: Proposed change to base.eclass: EAPI-2 support Date: Mon, 03 Nov 2008 08:29:04 +0000 Message-ID: References: <200811022308.49072.loki_val@gentoo.org> <20081103044957.GB3372@comet> <200811030700.34515.loki_val@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 91.85.162.60 User-Agent: KNode/0.10.9 Sender: news X-Archives-Salt: f9592f36-7282-4862-afbb-e68b2b72bc79 X-Archives-Hash: 13edeb482ae2b1517c2ada332ffc5100 Peter Alfredsen wrote: > debug-print-function $FUNCNAME $* You should be using "$@" not unquoted $*. Seems like the FUNCNAME bit should just be rolled into the function with "${FUNCNAME[1]}" which could be done tree-wide quite easily.