commit bash-20130328 snapshot

This commit is contained in:
Chet Ramey
2013-04-26 15:19:32 -04:00
parent c2fa658335
commit 1e8fce0f8d
12 changed files with 5333 additions and 368 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ struct dstack {
#define DOLBRACE_OP 0x02
#define DOLBRACE_WORD 0x04
#define DOLBRACE_QUOTE 0x40
#define DOLBRACE_QUOTE 0x40 /* single quote is special in double quotes */
#endif /* _PARSER_H_ */