summaryrefslogtreecommitdiff
path: root/vms/genopt.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/genopt.com')
-rw-r--r--vms/genopt.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/genopt.com b/vms/genopt.com
index 3d3e5fe5df..77d295f212 100644
--- a/vms/genopt.com
+++ b/vms/genopt.com
@@ -2,7 +2,7 @@ $! generates options file for vms link
$! p1 is filename and mode to open file (filename/write or filename/append)
$! p2 is delimiter separating elements of list in p3
$! p3 is list of items to be written, one per line, into options file
-$
+$!
$ open file 'p1'
$ element=0
$loop:
@@ -30,7 +30,7 @@ $ endif
$ if y .nes. "" then write file y
$ element=element+1
$ goto loop
-$
+$!
$out:
$ close file
$ exit