Skip to content

Commit

Permalink
VMS: no ENDIF on one line IF statements, in config.com
Browse files Browse the repository at this point in the history
Correct small error from last config.com change

Reviewed-by: Matt Caswell <[email protected]>
  • Loading branch information
levitte committed Aug 17, 2016
1 parent 48593cb commit 2238119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.com
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2238119

Please sign in to comment.