summaryrefslogtreecommitdiff
path: root/config.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-08-17 10:39:11 +0200
committerRichard Levitte <levitte@openssl.org>2016-08-17 10:48:43 +0200
commit2238119751bb95efc1dfafabf0e70e86f71fc6f6 (patch)
treefb800ff568191c17935b0fe36e3c8c1871a14ec9 /config.com
parent48593cb12afc9a8b9de8b3e25ee1097c4f6fe90d (diff)
downloadopenssl-new-2238119751bb95efc1dfafabf0e70e86f71fc6f6.tar.gz
VMS: no ENDIF on one line IF statements, in config.com
Correct small error from last config.com change Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'config.com')
-rw-r--r--config.com1
1 files changed, 0 insertions, 1 deletions
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