public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] bash-4.0 regression heads up (escaped semicolons in subshells)
@ 2009-02-21 23:27 Mike Frysinger
  2009-02-21 23:38 ` [gentoo-dev] " Ryan Hill
  2009-02-22 22:30 ` [gentoo-dev] " Dawid Węgliński
  0 siblings, 2 replies; 18+ messages in thread
From: Mike Frysinger @ 2009-02-21 23:27 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

looks like bash-4.0 has broken semicolon escaping in subshells.  this comes up 
when using find's -exec like we do in a few places in eclasses:
                ls=$(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

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-02-24 15:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 23:27 [gentoo-dev] bash-4.0 regression heads up (escaped semicolons in subshells) Mike Frysinger
2009-02-21 23:38 ` [gentoo-dev] " Ryan Hill
2009-02-21 23:55   ` Mike Frysinger
2009-02-22  0:00     ` Mart Raudsepp
2009-02-22  0:29       ` Mike Frysinger
2009-02-22  0:38         ` Mart Raudsepp
2009-02-22  0:44           ` Mike Frysinger
2009-02-22  0:54             ` Mart Raudsepp
2009-02-22  1:28               ` Mike Frysinger
2009-02-22  7:40                 ` Nirbheek Chauhan
2009-02-24 15:52             ` Daniel Gryniewicz
2009-02-24 15:56               ` Mike Frysinger
2009-02-22  1:02     ` Ryan Hill
2009-02-22 22:30 ` [gentoo-dev] " Dawid Węgliński
2009-02-22 22:39   ` Mike Frysinger
2009-02-22 23:03     ` Dawid Węgliński
2009-02-23  0:00       ` Mike Frysinger
2009-02-24  4:16       ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox