enable support for using `&' in the pattern substitution replacement string

This commit is contained in:
Chet Ramey
2021-10-04 15:30:21 -04:00
parent 70d7c6430d
commit f188aa6a01
22 changed files with 518 additions and 209 deletions
+1
View File
@@ -85,6 +85,7 @@ extern int EOF_Reached;
#define MATCH_QUOTED 0x020
#define MATCH_ASSIGNRHS 0x040
#define MATCH_STARSUB 0x080
#define MATCH_EXPREP 0x100 /* for pattern substitution, expand replacement */
/* Some needed external declarations. */
extern char **shell_environment;