Changeset 3246


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

Applied bash31-011

Location:
trunk/essentials/app-shells/bash
Files:
2 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);
  • trunk/essentials/app-shells/bash/patchlevel.h

    r3245 r3246  
    2626   looks for to find the patch level (for the sccs version string). */
    2727
    28 #define PATCHLEVEL 10
     28#define PATCHLEVEL 11
    2929
    3030#endif /* _PATCHLEVEL_H_ */
Note: See TracChangeset for help on using the changeset viewer.