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 -1
View File
@@ -1455,7 +1455,7 @@ signal_in_progress (sig)
return (sigmodes[sig] & SIG_INPROGRESS);
}
#if 0 /* TAG: bash-5.2 */
#if 0 /* unused */
int
block_trapped_signals (maskp, omaskp)
sigset_t *maskp;