On Monday, July 8, 2024, Martin D Kealey <mar...@kurahaupo.gen.nz> wrote: > > It's not possible to change "${BASH_SOURCE[@]}" without breaking some > existing code, >
It's worth breaking existing code in this case. which leaves us with some kind of explicit opt-in such as: > `shopt -s compat52' should suffice to opt out of the new default. No point in making it more complicated than that. -- Oğuz