Commit d4deecc2 authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS config.com: better handling of arguments



Most of all, this change preserves casing a bit better

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5180)
parent f0bbf365
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ $ collected_args = collected_args + " --debug"
$		P = ""
$	    ENDIF
$	    IF P .NES. "" THEN -
	       collected_args = collected_args + " " + P1
	       collected_args = collected_args + " """ + P1 + """"
$	    P1 = P2
$	    P2 = P3
$	    P3 = P4
@@ -87,7 +87,7 @@ $ ENDLOOP1:
$
$	target = "vms-''arch'''pointer_size'"
$       IF verbose THEN -
           WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""''collected_args'"
           WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""",collected_args
$       IF .not. dryrun THEN -
           PERL 'here'Configure "''target'" 'debug' 'collected_args'
           PERL 'here'Configure "''target'"'collected_args'
$       EXIT $STATUS