Re: Regression in pattern substitution with compat42

2023-02-09 Thread Kerin Millar
On Fri, 10 Feb 2023 11:32:54 +1300 (NZDT) Martin D Kealey wrote: > On 8 Feb 2023 at 18:50Z Tom Briden wrote: > > Bash Version: 5.2 > > Patch Level: 15 > > Release Status: release > > > > As of version 5.2-beta, replacing a single backslash with a double > > backslash is no longer possible when u

Re: Regression in pattern substitution with compat42

2023-02-09 Thread Martin D Kealey
On 8 Feb 2023 at 18:50Z Tom Briden wrote: > Bash Version: 5.2 > Patch Level: 15 > Release Status: release > > As of version 5.2-beta, replacing a single backslash with a double backslash > is no longer possible when using BASH_COMPAT=4.2. On 9 Feb 2023 at 15:57Z Chet Ramey wrote: > shopt -u patsu

Re: Regression in pattern substitution with compat42

2023-02-09 Thread Chet Ramey
On 2/8/23 1:50 PM, Tom Briden via Bug reports for the GNU Bourne Again SHell wrote: Bash Version: 5.2 Patch Level: 15 Release Status: release Description: As of version 5.2-beta, replacing a single backslash with a double backslash is no longer possible when using BASH_COMPAT=4.2. The is