[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-3905-g64c6a70
From: |
John Malmberg |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-3905-g64c6a70 |
Date: |
Sat, 7 Mar 2020 12:39:39 -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, master has been updated
via 64c6a7073099a9d2721dbee6d3998e157d7cc4d0 (commit)
from 10e9057d7d32b036c52bc2db3f642de7807fa5d0 (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=64c6a7073099a9d2721dbee6d3998e157d7cc4d0
commit 64c6a7073099a9d2721dbee6d3998e157d7cc4d0
Author: John Malmberg <address@hidden>
Date: Sat Mar 7 11:39:16 2020 -0600
Fix OpenVMS profile5 test
diff --git a/vms/ChangeLog b/vms/ChangeLog
index bc6ef03..5fb95b8 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-07 John E. Malmberg <address@hidden>
+
+ * vmstest.com: Fix profile5 test.
+
2020-02-11 John E. Malmberg <address@hidden>
* vmstest.com: Fix profile5 test.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index c74ea4b..a458921 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -3800,7 +3800,7 @@ $ tmp_error = "_''test'.tmp2"
$ define/user GAWK_NO_PP_RUN 1
$ define/user sys$error 'tmp_error'
$ set noOn
-$ gawk --pretty-print=_'test'.tmp1 -f ./'test'.awk > _NL:
+$ gawk --pretty-print=_'test'.tmp1 -f 'test'.awk > _NL:
$ gawk_status = $status
$ set On
$ if f$search("sys$disk:[]_''test'.tmp1;2") .nes. ""
-----------------------------------------------------------------------
Summary of changes:
vms/ChangeLog | 4 ++++
vms/vmstest.com | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-3905-g64c6a70,
John Malmberg <=