projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48593cb
)
VMS: no ENDIF on one line IF statements, in config.com
author
Richard Levitte
<levitte@openssl.org>
Wed, 17 Aug 2016 08:39:11 +0000
(10:39 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 17 Aug 2016 08:48:43 +0000
(10:48 +0200)
Correct small error from last config.com change
Reviewed-by: Matt Caswell <matt@openssl.org>
config.com
patch
|
blob
|
history
diff --git
a/config.com
b/config.com
index 7a1b351b4653cac8e9920de37cea4603427d9035..5b549955d0907f4b55b262d0f9e857598d1180f8 100644
(file)
--- 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