diff options
-rw-r--r-- | vms/ChangeLog | 4 | ||||
-rw-r--r-- | vms/gawk_verb.com | 2 |
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 |