bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mingw-w64 CR handling


From: Bruno Haible
Subject: Re: mingw-w64 CR handling
Date: Sun, 23 Oct 2022 12:43:39 +0200

Eli Zaretskii wrote:
> > > A possible fix is to replace
> > >   grep 't/infodir/file1.info$'
> > > with
> > >   tr -d '\r' | grep 't/infodir/file1.info$'
> > > Then the test passes.
> > > 
> > 
> > Yes but I'd rather not complicate the code to deal with <CR>s.
> 
> Would it be possible to use 't/infodir/file1.info\r\?$' instead?

No. That does not work, because 'grep' does not understand the
shorthand '\r' (nor '\015').






reply via email to

[Prev in Thread] Current Thread [Next in Thread]