From e1aa4cbe6502603c9987588a379f222753091a11 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 10 Oct 2011 20:11:47 -0700 Subject: [PATCH] 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. --- build-support/factor.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/build-support/factor.cmd b/build-support/factor.cmd index 6d41b74050..6b58fd29ca 100644 --- a/build-support/factor.cmd +++ b/build-support/factor.cmd @@ -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%