[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').
- Re: texinfo-6.8.90 pretest on mingw, (continued)
Re: texinfo-6.8.90 pretest on mingw, Eli Zaretskii, 2022/10/23
mingw-w64 CR handling, Gavin Smith, 2022/10/23
Re: mingw-w64 CR handling, Bruno Haible, 2022/10/23
Re: mingw-w64 CR handling, Eli Zaretskii, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw, Eli Zaretskii, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw, Gavin Smith, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw, Gavin Smith, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw, Bruno Haible, 2022/10/29
Re: texinfo-6.8.90 pretest on mingw, Gavin Smith, 2022/10/23