VMS: arch in config.com was mistakenly made process global
authorRichard Levitte <levitte@openssl.org>
Tue, 5 Jul 2016 23:23:41 +0000 (01:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Jul 2016 23:23:41 +0000 (01:23 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
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
 $
 $      ! -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.;"
 $      pointer_size = ""
 $      test = 0
 $      here = F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"),,,"SYNTAX_ONLY") - "A.;"