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 1LbMqO-0000yx-A5 for garchives@archives.gentoo.org; Sun, 22 Feb 2009 22:30:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D5B3E03AC; Sun, 22 Feb 2009 22:30:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0BC5CE03AC for ; Sun, 22 Feb 2009 22:30:39 +0000 (UTC) Received: from sapphire (atlnts.org [85.222.29.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 942AC673E4 for ; Sun, 22 Feb 2009 22:30:13 +0000 (UTC) From: Dawid =?utf-8?q?W=C4=99gli=C5=84ski?= To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] bash-4.0 regression heads up (escaped semicolons in subshells) Date: Sun, 22 Feb 2009 23:30:09 +0100 User-Agent: KMail/1.9.9 References: <200902211827.10563.vapier@gentoo.org> In-Reply-To: <200902211827.10563.vapier@gentoo.org> Organization: Gentoo Linux 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="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200902222330.09925.cla@gentoo.org> X-Archives-Salt: ac7541fe-e7ea-4155-9585-2c20055e1c73 X-Archives-Hash: 3751aa83d22fe4d754fb7076a8ee4414 On Sunday 22 of February 2009 00:27:10 Mike Frysinger wrote: > looks like bash-4.0 has broken semicolon escaping in subshells. this com= es > up when using find's -exec like we do in a few places in eclasses: > ls=3D$(find "$1" -name '*.po' -exec basename {} .po \;); > shift you can work around the issue in a couple of ways: > - quote the semicolon: > .... ';') > - use backticks > `find .... \;` > > i'll tweak the eclasses to use quoting for now > -mike =46YI. Not only find's semicolons are affected. It also happens in case ;;= =20 construction. =2D-=20 Cheers, Dawid W=C4=99gli=C5=84ski