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:
authornulltoken <emeric.fermas@gmail.com>2015-05-23 10:53:51 +0300
committernulltoken <emeric.fermas@gmail.com>2015-05-23 10:53:51 +0300
commitabdc1c55f045a9e10252c5de5af4ab3e4f9ef9db (patch)
treeb1133544502d2a70a4ff27eba44d483dacc029cb
parent4439cad8a28f39aa0bf6d63b684d7a437ba80f0a (diff)
parentcd9d5f350cd33ab27feae3684feefe2fc7a9247b (diff)
Merge pull request #1056 from libgit2/bording/failBuild
Make *nix builds fail at the first error
-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}