summaryrefslogtreecommitdiffstats
path: root/test/testssl.com
diff options
context:
space:
mode:
Diffstat (limited to 'test/testssl.com')
-rw-r--r--test/testssl.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testssl.com b/test/testssl.com
index b79d470a14..9c83afba04 100644
--- a/test/testssl.com
+++ b/test/testssl.com
@@ -2,7 +2,7 @@ $! TESTSSL.COM
$
$ __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
$ texe_dir := sys$disk:[-.'__arch'.exe.test]
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]