texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * info/t/where-dir-file.sh: Remove $ from argumen


From: Gavin D. Smith
Subject: branch master updated: * info/t/where-dir-file.sh: Remove $ from argument to grep, as this causes problems on mingw-w64 where ginfo outputs lines with CRLF line endings but the grep program does not handle them specially. Report from Bruno Haible.
Date: Sun, 23 Oct 2022 06:58:30 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new f71e8cf52b * info/t/where-dir-file.sh: Remove $ from argument to grep, 
as this causes problems on mingw-w64 where ginfo outputs lines with CRLF line 
endings but the grep program does not handle them specially.  Report from Bruno 
Haible.
f71e8cf52b is described below

commit f71e8cf52b1d9f1e57acb752f180484f70ff98f4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Oct 23 11:58:15 2022 +0100

    * info/t/where-dir-file.sh: Remove $ from argument to grep,
    as this causes problems on mingw-w64 where ginfo outputs
    lines with CRLF line endings but the grep program does not
    handle them specially.  Report from Bruno Haible.
---
 ChangeLog                | 9 ++++++++-
 info/t/where-dir-file.sh | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7da5cef17d..39c02ccd6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+2022-10-23  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * info/t/where-dir-file.sh: Remove $ from argument to grep,
+       as this causes problems on mingw-w64 where ginfo outputs
+       lines with CRLF line endings but the grep program does not
+       handle them specially.  Report from Bruno Haible.
+
 2022-10-23  Eli Zaretskii  <eliz@gnu.org>, and
             Gavin Smith    <gavinsmith0123@gmail.com>
 
-       * tp/texi2any.pl [MS-Windows: If loading I18N::Langinfo doesn't
+       * tp/texi2any.pl [MS-Windows]: If loading I18N::Langinfo doesn't
        work, then get codepage with GetACP() using Win32::API module.
 
 2022-10-22  Gavin Smith  <gavinsmith0123@gmail.com>
diff --git a/info/t/where-dir-file.sh b/info/t/where-dir-file.sh
index b6fb510430..dc323c7c95 100755
--- a/info/t/where-dir-file.sh
+++ b/info/t/where-dir-file.sh
@@ -19,5 +19,5 @@ srcdir=${srcdir:-.}
 
 # Follow a reference to file1 in dir and print location
 $ginfo --where file1 \
-  | grep 't/infodir/file1.info$'
+  | grep 't/infodir/file1.info'
 



reply via email to

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