VMS: arch in config.com was mistakenly made process global
[openssl.git] / config.com
index 015de511a284df59a549874914b0263cd799f139..ed4df15e0b81e3aae15b174cfbe6a297b5a1ab93 100644 (file)
@@ -14,7 +14,7 @@ $     ! -d            sets debugging
 $      ! -h            prints a usage and exits
 $      ! -t            test mode, doesn't run Configure
 $
-$      arch == f$edit( f$getsyi( "arch_name"), "lowercase")
+$      arch = f$edit( f$getsyi( "arch_name"), "lowercase")
 $      pointer_size = ""
 $      test = 0
 $      here = F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"),,,"SYNTAX_ONLY") - "A.;"