On 10/16/19 1:34 PM, Rocky Bernstein wrote:
> Current in bash 5.0 and earlier, the value of BASH_REMATCH might chanted
> inside a debug hook.
>
> Since BASH_REMATCH is read-only, resetting the value on hook return to the
> debugged program is a bit tricky and fragile...
How about we just make it
Current in bash 5.0 and earlier, the value of BASH_REMATCH might chanted
inside a debug hook.
Since BASH_REMATCH is read-only, resetting the value on hook return to the
debugged program is a bit tricky and fragile...
There are way to change a bash readonly variable but that involve using
either