Ignore:
Timestamp:
Apr 30, 2007, 1:15:49 AM (18 years ago)
Author:
bird
Message:

Applied bash31-011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/parse.y

    r3245 r3246  
    29212921            count--;
    29222922          if (ch == '(')                /* ) */
    2923             nestret = parse_matched_pair (0, '(', ')', &nestlen, rflags);
     2923            nestret = parse_matched_pair (0, '(', ')', &nestlen, rflags & ~P_DQUOTE);
    29242924          else if (ch == '{')           /* } */
    29252925            nestret = parse_matched_pair (0, '{', '}', &nestlen, P_FIRSTCLOSE|rflags);
Note: See TracChangeset for help on using the changeset viewer.