Commit 5aa8096f authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS: arch in config.com was mistakenly made process global



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 85cdc842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.;"