The branch OpenSSL_1_1_0-stable has been updated
       via  1c5a2905c6d04cb69ca47078a4624ce4b6d5d540 (commit)
      from  d667fa22c859709dc70b78f619e446f1e640f578 (commit)


- Log -----------------------------------------------------------------
commit 1c5a2905c6d04cb69ca47078a4624ce4b6d5d540
Author: Richard Levitte <[email protected]>
Date:   Sun Jan 28 10:22:03 2018 +0100

    VMS config.com: better handling of arguments
    
    Most of all, this change preserves casing a bit better
    
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/5180)
    
    (cherry picked from commit d4deecc203bf3a7bcc5f31529692f5b668c0c2bc)

-----------------------------------------------------------------------

Summary of changes:
 config.com | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.com b/config.com
index 5b54995..80b764e 100644
--- a/config.com
+++ b/config.com
@@ -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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to