[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5487-g0d570f2f
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5487-g0d570f2f |
Date: |
Fri, 1 Dec 2023 07:47:52 -0500 (EST) |
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, feature/minrx has been updated
via 0d570f2ff8352e06c4159084cbb99fc455e55b0f (commit)
from baaa830a3e66fb8a344d5dab4b4e2507d4210d52 (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=0d570f2ff8352e06c4159084cbb99fc455e55b0f
commit 0d570f2ff8352e06c4159084cbb99fc455e55b0f
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Dec 1 14:47:34 2023 +0200
Fix typo in test/Makefile.am.
diff --git a/test/Makefile.am b/test/Makefile.am
index 5e2dad1b..644f3f46 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1155,9 +1155,9 @@ EXTRA_DIST = \
regexpbrack2.ok \
regexprange.awk \
regexprange.ok \
- regexpuparror.awk \
- regexpuparror.in \
- regexpuparror.ok \
+ regexpuparrow.awk \
+ regexpuparrow.in \
+ regexpuparrow.ok \
regexsub.awk \
regexsub.ok \
reginttrad.awk \
diff --git a/test/Makefile.in b/test/Makefile.in
index f4d095a1..ca575e9c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1423,9 +1423,9 @@ EXTRA_DIST = \
regexpbrack2.ok \
regexprange.awk \
regexprange.ok \
- regexpuparror.awk \
- regexpuparror.in \
- regexpuparror.ok \
+ regexpuparrow.awk \
+ regexpuparrow.in \
+ regexpuparrow.ok \
regexsub.awk \
regexsub.ok \
reginttrad.awk \
-----------------------------------------------------------------------
Summary of changes:
test/Makefile.am | 6 +++---
test/Makefile.in | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5487-g0d570f2f,
Arnold Robbins <=