Re: "$(echo "x'" '{1, 2}')" performs brace expansion, even though it should not

2013-01-14 Thread Chet Ramey
On 1/14/13 11:00 AM, Dan Douglas wrote: > On Monday, January 14, 2013 01:57:14 PM Marco Elver wrote: >> echo "$(echo "x'" '{1,2}')" > > This was fixed in git a while back, but not backported to 4.2. I believe this: > > 8/21 >

Re: "$(echo "x'" '{1, 2}')" performs brace expansion, even though it should not

2013-01-14 Thread Dan Douglas
On Monday, January 14, 2013 01:57:14 PM Marco Elver wrote: > echo "$(echo "x'" '{1,2}')" This was fixed in git a while back, but not backported to 4.2. I believe this: 8/21 command.h - W_NOBRACE: new word flag that