summaryrefslogtreecommitdiffstats
path: root/test/tpkcs7d.com
diff options
context:
space:
mode:
Diffstat (limited to 'test/tpkcs7d.com')
-rw-r--r--test/tpkcs7d.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tpkcs7d.com b/test/tpkcs7d.com
index 22f0d0b2c5..5ff653ccee 100644
--- a/test/tpkcs7d.com
+++ b/test/tpkcs7d.com
@@ -2,7 +2,7 @@ $! TPKCS7.COM -- Tests pkcs7 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]
$