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
>                                  ----
> command.h
>       - W_NOBRACE: new word flag that means to inhibit brace expansion
> 
> subst.c
>       - brace_expand_word_list: suppress brace expansion for words with
>         W_NOBRACE flag

No, this:

                                    4/2
                                    ---
braces.c
        - brace_gobbler: fix to understand double-quoted command substitution,
          since the shell understands unquoted comsubs.  Fixes bug reported
          by Michael Whitten <mfwit...@gmail.com>

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to