From 3e942af981f2d0a4c5dd77a3f72e5513905eeba8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 May 2013 21:12:46 -0400 Subject: avoid failing build if cabal failed to update --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/windows') 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 -- cgit v1.2.3