[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-994
From: |
John Malmberg |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-994-g1fb7a46 |
Date: |
Thu, 24 Nov 2016 06:53:49 +0000 (UTC) |
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, gawk-4.1-stable has been updated
via 1fb7a4685b9c5623377437e52f1918683363da3a (commit)
from ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4 (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=1fb7a4685b9c5623377437e52f1918683363da3a
commit 1fb7a4685b9c5623377437e52f1918683363da3a
Author: John Malmberg <address@hidden>
Date: Thu Nov 24 00:51:09 2016 -0600
Fix gawk exe directory for cld verb
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 5689027..2b9deaa 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-24 John E. Malmberg <address@hidden>
+
+ * gawk_verb.com: correct location for gawk executable.
+
2016-10-24 John E. Malmberg <address@hidden>
* backup_gawk_src.com: Do not backup entire git repository.
diff --git a/vms/gawk_verb.com b/vms/gawk_verb.com
index b74c49e..f18627c 100644
--- a/vms/gawk_verb.com
+++ b/vms/gawk_verb.com
@@ -16,7 +16,7 @@ $loop:
$read cld/end=loop_end line_in
$if f$locate("image gawk", line_in) .lt. f$length(line_in)
$then
-$ write cldv " image gnv$gnu:[bin]gnv$gawk"
+$ write cldv " image gnv$gnu:[usr.bin]gnv$gawk"
$ goto loop
$endif
$write cldv line_in
-----------------------------------------------------------------------
Summary of changes:
vms/ChangeLog | 4 ++++
vms/gawk_verb.com | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-994-g1fb7a46,
John Malmberg <=