Re: fix quoting in trap command

2025-05-27 Thread Zack Weinberg
On Mon, May 26, 2025, at 2:08 PM, Paul Eggert wrote: > Thanks for that quote cleanup. I was struck by its simplification of > "s/'\''/'\'''\'''\''/g" to "s/'/'''/g"; only cognoscenti > can appreciate minor victories like these. I installed it. I also want to say thank you for doi

Re: fix quoting in trap command

2025-05-26 Thread Paul Eggert
Thanks for that quote cleanup. I was struck by its simplification of "s/'\''/'\'''\'''\''/g" to "s/'/'''/g"; only cognoscenti can appreciate minor victories like these. I installed it.