summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-24 19:44:47 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-24 19:44:47 +0200
commit89e2185558142719ad95e6168a40afc349b5e65f (patch)
tree67dd553ec0b4f6aa6e8931db203f50f86f1cd774
parent52715ba9f8510f30368462fee1b1d24bf282b0aa (diff)
parent4360e6d7e0a15136615423ea2a6ba618f624a04f (diff)
downloadgawk-feature/cmake.tar.gz
Merge branch 'master' into feature/cmakefeature/cmake
-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