why were we not cleaning "bizbuild" tempfiles? someone should find out
This commit is contained in:
parent
ce8dad4a33
commit
1afbf5906c
|
@ -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
|
Loading…
Reference in New Issue