Skip to content

Commit

Permalink
Correction to getcflog.bat to reset ERRORLEVEL
Browse files Browse the repository at this point in the history
Call to reseterrorlevel.bat was missing in getcflog.bat. This was
corrected.
  • Loading branch information
shazic committed Jul 1, 2017
1 parent 9d2153b commit 1ff3fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dos/getcflog.bat
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
@rem $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

@set errormessage=
@call reseterrorlevel

@rem Let's check if zero arguments were passed. If yes, then abort.
@rem --------------------------------------------------------------
Expand Down

0 comments on commit 1ff3fa4

Please sign in to comment.