Have the VMS build system catch up with the 1.0.0-stable branch.
[openssl.git] / test / tsid.com
index e4316b966b738a9901ab7c32394bc39e4f0f62b9..267ace11353ace622b33f6b9e614ad328a1f7434 100644 (file)
@@ -2,7 +2,7 @@ $! TSID.COM  --  Tests sid keys
 $
 $      __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
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $