Have the VMS build system catch up with the 1.0.0-stable branch.
[openssl.git] / test / tverify.com
index 2c5f25a97c82de5110d56404739be611818d76d6..01431f4aac19fc2ee3a751eb8c58f82f3f461eff 100644 (file)
@@ -2,7 +2,7 @@ $! TVERIFY.COM
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $!
 $      line_max = 255 ! Could be longer on modern non-VAX.