diff options
Diffstat (limited to 'vms/fndvers.com')
-rwxr-xr-x | vms/fndvers.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/fndvers.com b/vms/fndvers.com index 2e49ae6fcb..f668666956 100755 --- a/vms/fndvers.com +++ b/vms/fndvers.com @@ -58,7 +58,7 @@ $ If .not.teststs Then Exit teststs $! $ If teststs.ne.1 ! current values in config.vms are appropriate $ Then -$ token = """""""""VMS_''arch' /**/""""""""" +$ token = """""""""VMS_''arch'"""""""" /**/" $ Call update_file "''p2'" "#define ARCHNAME" "''token'" $ teststs = $Status $ If .not.teststs Then Exit teststs |