Re: CI failure on Solaris 11.4
Bruno Haible via Bug reports for the GNU Texinfo documentation system <[email protected]> Mon, 20 Jul 2026 23:19:06 +0200
| Newsgroups | gmane.comp.tex.texinfo.bugs |
|---|---|
| Message-ID | <5648827.ghgXmdF2J7@cagnes> |
Gavin Smith wrote:
> I don't want to
> use a raw DEL byte in the test file (as it's hard to type in my text
> editor), and there isn't a portable Bourne shell way to escape
> a character AFAIK
What's wrong with
del=`printf '\177'`
q='['"$del"']\{0,1\}'
?
Bruno