From: Richard Levitte Date: Wed, 17 Aug 2016 08:39:11 +0000 (+0200) Subject: VMS: no ENDIF on one line IF statements, in config.com X-Git-Tag: OpenSSL_1_1_0~167 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=2238119751bb95efc1dfafabf0e70e86f71fc6f6;ds=sidebyside VMS: no ENDIF on one line IF statements, in config.com Correct small error from last config.com change Reviewed-by: Matt Caswell --- diff --git a/config.com b/config.com index 7a1b351b46..5b549955d0 100644 --- a/config.com +++ b/config.com @@ -90,5 +90,4 @@ $ IF verbose THEN - WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""''collected_args'" $ IF .not. dryrun THEN - PERL 'here'Configure "''target'" 'debug' 'collected_args' -$ ENDIF $ EXIT $STATUS