Changeset 3246
- Timestamp:
- Apr 30, 2007, 1:15:49 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/parse.y
r3245 r3246 2921 2921 count--; 2922 2922 if (ch == '(') /* ) */ 2923 nestret = parse_matched_pair (0, '(', ')', &nestlen, rflags );2923 nestret = parse_matched_pair (0, '(', ')', &nestlen, rflags & ~P_DQUOTE); 2924 2924 else if (ch == '{') /* } */ 2925 2925 nestret = parse_matched_pair (0, '{', '}', &nestlen, P_FIRSTCLOSE|rflags); -
trunk/essentials/app-shells/bash/patchlevel.h
r3245 r3246 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 1 028 #define PATCHLEVEL 11 29 29 30 30 #endif /* _PATCHLEVEL_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.