Deleting staging images in factor.cmd should never be a fatal error. The errorlevel can be 1 if the temp directory does not exist, so just delete this line.

db4
Doug Coleman 2011-10-10 20:11:47 -07:00
parent 4cece22c43
commit e1aa4cbe65
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ if %_bootimage_version%==clean (
echo Deleting staging images from temp/...
del temp\staging.*.image
if errorlevel 1 goto fail
echo Updating working copy from %_git_branch%...
call git pull http://factorcode.org/git/factor.git %_git_branch%