From a8f931e785775d0a4ef3c9b96f863ea57cdb3033 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 May 2013 16:35:35 -0400 Subject: update --- standalone/windows/build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'standalone/windows/build.sh') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c0bc2c2bb..93ee1a6e3 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -16,6 +16,10 @@ incygwin () { PATH="/c/cygwin/bin:$PATH" "$@" } +# Don't allow build artifact from a past successfuly build to be extracted +# if we fail. +rm -f git-annex-installer.exe + # Install haskell dependencies. # cabal install is not run in cygwin, because we don't want configure scripts # for haskell libraries to link them with the cygwin library. -- cgit v1.2.3