From 1e7682cf0df3d590af0d8d156927d55052526cfd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 May 2013 16:35:35 -0400 Subject: [PATCH] update --- standalone/windows/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c0bc2c2bb4..93ee1a6e39 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.