From: Richard Levitte Date: Tue, 5 Jul 2016 23:23:41 +0000 (+0200) Subject: VMS: arch in config.com was mistakenly made process global X-Git-Tag: OpenSSL_1_1_0-pre6~267 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5aa8096fd002590f8a6a2dd05a7853c482b4677c;p=oweals%2Fopenssl.git VMS: arch in config.com was mistakenly made process global Reviewed-by: Tim Hudson --- diff --git a/config.com b/config.com index 015de511a2..ed4df15e0b 100644 --- a/config.com +++ b/config.com @@ -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.;"