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

VMS: no ENDIF on one line IF statements, in config.com



Correct small error from last config.com change

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 48593cb1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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