Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Ording <bording@gmail.com>2015-05-23 05:32:49 +0300
committerBrandon Ording <bording@gmail.com>2015-05-23 05:32:49 +0300
commitcd9d5f350cd33ab27feae3684feefe2fc7a9247b (patch)
treeb1133544502d2a70a4ff27eba44d483dacc029cb
parent4439cad8a28f39aa0bf6d63b684d7a437ba80f0a (diff)
Make *nix builds fail at the first error
Fixes #1055
-rwxr-xr-xbuild.libgit2sharp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh
index d650afd2..f9527cbb 100755
--- a/build.libgit2sharp.sh
+++ b/build.libgit2sharp.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
LIBGIT2SHA=`cat ./LibGit2Sharp/libgit2_hash.txt`
SHORTSHA=${LIBGIT2SHA:0:7}