diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-19 20:41:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-19 20:41:44 -0400 |
commit | 035c8ea09c402dd612c41622ea7de830e6886ae5 (patch) | |
tree | d143beda6dbb3916d991288b6c09259d438805fc | |
parent | 91414bf4eabcfa7be7bde8c5da9032996ecd92a8 (diff) |
hmm
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 230ffd246..e0b72b4e5 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -36,6 +36,8 @@ cd .. cabal install --only-dependencies -f"$FLAGS" runbuild () { + set -e + # Build git-annex withcyg cabal configure -f"$FLAGS" withcyg cabal build |