gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2605-gaa4517


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2605-gaa45176
Date: Sun, 30 Jul 2017 14:14:18 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  aa45176cc89b64dad4affcaaa00ea36ca871d1d0 (commit)
      from  78710cf98477b897a5017a3fbb373780af0e57c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=aa45176cc89b64dad4affcaaa00ea36ca871d1d0

commit aa45176cc89b64dad4affcaaa00ea36ca871d1d0
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Jul 30 21:13:54 2017 +0300

    Fix mbprintf5 test.

diff --git a/test/ChangeLog b/test/ChangeLog
index ca0370d..7b38cd8 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-30         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (mprintf5): Put an @ on the echo statement.
+       Thanks to Hermann Peifer for the report.
+
 2017-07-28         Arnold D. Robbins     <address@hidden>
 
        * inplace1.ok, inplace2.ok, inplace3.ok: Update after
diff --git a/test/Makefile.am b/test/Makefile.am
index b407ee8..fe3efc9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1910,7 +1910,7 @@ mbprintf4::
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 mbprintf5::
-       echo $@
+       @echo $@
        @case `uname` in \
        CYGWIN*) echo this test fails on cygwin --- skipping $@ ;; \
        *) \
diff --git a/test/Makefile.in b/test/Makefile.in
index 0b9dfe3..934616a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2350,7 +2350,7 @@ mbprintf4::
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 mbprintf5::
-       echo $@
+       @echo $@
        @case `uname` in \
        CYGWIN*) echo this test fails on cygwin --- skipping $@ ;; \
        *) \

-----------------------------------------------------------------------

Summary of changes:
 test/ChangeLog   | 5 +++++
 test/Makefile.am | 2 +-
 test/Makefile.in | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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