why were we not cleaning "bizbuild" tempfiles? someone should find out

This commit is contained in:
zeromus 2013-07-27 22:27:34 +00:00
parent ce8dad4a33
commit 1afbf5906c
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ if not exist %SVNREV% (
echo Ran into a weird error writing subwcrev output to tempfile: %TEMPFILE%
)
rem del %TEMPFILE%
rem zero 27-jul-2013 - once upon a time this was commented out. why?
del %TEMPFILE%
rem always let build proceed
SET ERRORLEVEL=0