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:51:00 +0200
| Newsgroups | gmane.comp.tex.texinfo.bugs |
|---|---|
| Message-ID | <4447679.xlVK0Xs8nM@cagnes> |
Gavin Smith wrote: > It's probably better to strip the bytes out anyway, as this avoids any > problems with some version grep deciding that it is a binary file and > doing something different with it. Yes, good point. That would require 'grep -a' with some versions of GNU grep and/or in some locales. Bruno