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