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