Pádraig Brady <[email protected]> writes: > On 16/08/2026 00:04, Collin Funk wrote: >> +reset_files () >> +{ >> + rm -f b~ b.~1~ b.~2~ && echo a > a && echo b > b || fail=1 >> +} > > Maybe || framework_failure_ here
Yes, I guess my hands disagreed with my brain there. Pushed with that fixed. Thanks, Collin
