summaryrefslogtreecommitdiff
path: root/test/tx509.com
diff options
context:
space:
mode:
Diffstat (limited to 'test/tx509.com')
-rw-r--r--test/tx509.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tx509.com b/test/tx509.com
index cd23a354f..399eb0149 100644
--- a/test/tx509.com
+++ b/test/tx509.com
@@ -2,7 +2,7 @@ $! TX509.COM -- Tests x509 certificates
$
$ __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]
$