Re: fix quoting in trap command

Paul Eggert <[email protected]> Mon, 26 May 2025 11:08:13 -0700
Newsgroups gmane.comp.sysutils.autoconf.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
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.