> From: Bruno Haible <[email protected]> > Cc: [email protected] > Date: Sun, 23 Oct 2022 01:43:34 +0200 > > The output of the command > $ginfo --where file1 > is > ./../../info/t/infodir/file1.info<CR><LF> > with a line ending of <CR><LF>, which is why > grep 't/infodir/file1.info$' > fails.
I guess Grep that I have (from MSYS) is more tolerant to Windows-style CRLF end-of-line format, because it succeeds in that case.
