commit bash-20150320 snapshot

This commit is contained in:
Chet Ramey
2015-03-25 10:08:06 -04:00
parent 0568080fce
commit 06c3a57511
35 changed files with 460 additions and 80 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ extern int EOF_Reached;
#define MATCH_GLOBREP 0x010
#define MATCH_QUOTED 0x020
#define MATCH_STARSUB 0x040
#define MATCH_ASSIGNRHS 0x040
#define MATCH_STARSUB 0x080
/* Some needed external declarations. */
extern char **shell_environment;