diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-19 21:12:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-19 21:12:46 -0400 |
commit | 3e942af981f2d0a4c5dd77a3f72e5513905eeba8 (patch) | |
tree | 2c3e2aad1d4106866669c7c112605c455de921b0 /standalone | |
parent | d64a9755cb0ffa6f80c205e482a3907475bc408e (diff) |
avoid failing build if cabal failed to update
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c63fa8b17..43c4e2e08 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,7 +24,7 @@ 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. -cabal update +cabal update || true rm -rf MissingH-1.2.0.0 cabal unpack MissingH |