From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D9CE198005 for ; Sun, 10 Mar 2013 13:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A5B9E076B; Sun, 10 Mar 2013 13:44:46 +0000 (UTC) Received: from a1www.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DC41E0158 for ; Sun, 10 Mar 2013 13:44:44 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id r2ADih5E016229 for ; Sun, 10 Mar 2013 14:44:43 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id r2ADig0R024413; Sun, 10 Mar 2013 14:44:42 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.6/8.14.6/Submit) id r2ADigYR024411; Sun, 10 Mar 2013 14:44:42 +0100 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=iso-8859-2 Content-Transfer-Encoding: 8bit Message-ID: <20796.36426.784707.254728@a1i15.kph.uni-mainz.de> Date: Sun, 10 Mar 2013 14:44:42 +0100 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 1/7] multibuild: introduce a generic framework for custom phase functions. In-Reply-To: <20130310141959.6217437d@pomiocik.lan> References: <20130310111644.0840d935@pomiocik.lan> <1362910691-8439-1-git-send-email-mgorny@gentoo.org> <20796.28754.738984.896903@a1i15.kph.uni-mainz.de> <20796.31150.637490.654018@a1i15.kph.uni-mainz.de> <20130310121825.054383fb@googlemail.com> <20130310141959.6217437d@pomiocik.lan> X-Mailer: VM 8.2.0b under 23.4.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: 094cf3f6-a711-441f-8e16-9e63fb37cab6 X-Archives-Hash: 4181250ceb2105ad9c0a2d8d2c735189 >>>>> On Sun, 10 Mar 2013, Michał Górny wrote: > Yep. That's why the non-quoted fragment has a safety check and dies > if it doesn't. It doesn't matter if there's a safety check. Bash 4 features are simply not allowed in the tree. Ulrich