summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-24 19:44:28 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-24 19:44:28 +0200
commit4360e6d7e0a15136615423ea2a6ba618f624a04f (patch)
tree16b67ea9a70272fdbd9b31165e71991f961a629a
parent033faa34a743231a88a6c555503397045726666f (diff)
parent1fb7a4685b9c5623377437e52f1918683363da3a (diff)
downloadgawk-4360e6d7e0a15136615423ea2a6ba618f624a04f.tar.gz
Merge branch 'gawk-4.1-stable'
-rw-r--r--vms/ChangeLog4
-rw-r--r--vms/gawk_verb.com2
2 files changed, 5 insertions, 1 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index dd021669..a5cdd088 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-24 John E. Malmberg <wb8tyw@qsl.net>
+
+ * gawk_verb.com: correct location for gawk executable.
+
2016-10-24 John E. Malmberg <wb8tyw@qsl.net>
* backup_gawk_src.com: Do not backup entire git repository.
diff --git a/vms/gawk_verb.com b/vms/gawk_verb.com
index b74c49ed..f18627c7 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