bash-4.3-beta overlay

This commit is contained in:
Chet Ramey
2013-08-12 19:18:42 -04:00
parent 25eee30b53
commit 1442f67c40
64 changed files with 3022 additions and 1530 deletions
+2 -1
View File
@@ -67,6 +67,7 @@ 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 */
#define DOLBRACE_QUOTE2 0x80 /* single quote is semi-special in double quotes */
#endif /* _PARSER_H_ */