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:
-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}