diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 16:35:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 16:35:35 -0400 |
commit | a8f931e785775d0a4ef3c9b96f863ea57cdb3033 (patch) | |
tree | 482d410168d4ddfe307633ff7d2981a0c852c1e3 /standalone/windows | |
parent | 1b911fa343c64c008624da482063c512a68f7a27 (diff) |
update
Diffstat (limited to 'standalone/windows')
-rw-r--r-- | standalone/windows/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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. |