commit | 407a410136f0cd6b3bbdb665c8a2d0a3ddce9122 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Jan 27 09:18:42 2010 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Wed Jan 27 09:18:42 2010 +0000 |
tree | 962a0f091f4999e931fce8cf284e07c5f91877e9 | |
parent | 9921f865e4f99032653f42c3819ea2fd9662e830 [diff] [blame] |
Have the VMS build system catch up with the 1.0.0-stable branch.
diff --git a/test/testss.com b/test/testss.com index 6b31f72..6598106 100644 --- a/test/testss.com +++ b/test/testss.com
@@ -2,7 +2,7 @@ $ $ __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] $