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 1Lb1FZ-0000iU-Rg for garchives@archives.gentoo.org; Sat, 21 Feb 2009 23:27:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F4ACE03B0; Sat, 21 Feb 2009 23:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 096FCE03B0 for ; Sat, 21 Feb 2009 23:27:12 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 65B0DB68E3 for ; Sat, 21 Feb 2009 23:27:11 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] bash-4.0 regression heads up (escaped semicolons in subshells) Date: Sat, 21 Feb 2009 18:27:10 -0500 User-Agent: KMail/1.11.0 (Linux/2.6.28; KDE/4.2.0; x86_64; ; ) 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: multipart/signed; boundary="nextPart49414505.V5XHMUiNSr"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200902211827.10563.vapier@gentoo.org> X-Archives-Salt: 92c5d805-d95a-4e89-952b-259c916fdd81 X-Archives-Hash: 2202542fb137bce34de1c7d90a120286 --nextPart49414505.V5XHMUiNSr Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline looks like bash-4.0 has broken semicolon escaping in subshells. this comes= up=20 when using find's -exec like we do in a few places in eclasses: ls=3D$(find "$1" -name '*.po' -exec basename {} .po \;); sh= ift 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 =2Dmike --nextPart49414505.V5XHMUiNSr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJJoI3OAAoJEEFjO5/oN/WBVXgP/1+cy6SEp1kYmF9F3+N17dhc 8TOdS06TiPPVDXsoWDLfzHONIwuRcINRMoAYRm30iRxk0Qrsqe9hruORknCTY+c/ rS2dRniiDggFhA9/fPspjlseeJxfFLIVtfGNprXTFAlZSHeGpVhklwiM2dRSwS1b JKicWfmVcxxOBaCRXHaCUMbBLFaaM+wgVroJfjBzGrWhGLW35VC9jDXwbLCGPacl ucKgeEvwF6jq0o37/EesfMeTgPA/AsWg4NHM+d/DAkAu5EkZDQqWZJaYufZSCSDa Vt9KG/eQOFXDYFCvLmJXoNNgqti1fvwrMpl5hWd5rl9zYbAQft9TmtRocg/1OyeH NGJJgl6px+4S/ic2o4uI5v0FEQMrO4rdayMEtYbRlvg2SBgJ6yxNlzBIAsS9Bs+7 nQ1jiJmZMsQ7sKi6UILzFkKDalC4VEWq7LaqBcR61a5UawQ/fdwKi4CeG/DOUhYx r0t0rKxhm4giM+SkY34rU+aMnreDFjwjka7DdRRlOzL0UOmQv00z1rsMr1+v7aBg sjOjXoJR4HIhFsfkEd60vCwP8KlX0LiJNMFeBxUkCtS3rQwqJxllwN4/3GEwjcdD +eXBnCh4Kfa+Y36rh7nN02UwCMnuaUP68cr/2UBb4lYsUTijDu/JaemUYCBg2fDj SJidZTXPVBmjA/qYGZm9 =XPlQ -----END PGP SIGNATURE----- --nextPart49414505.V5XHMUiNSr--