From cd9d5f350cd33ab27feae3684feefe2fc7a9247b Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 22 May 2015 22:32:49 -0400 Subject: [PATCH] Make *nix builds fail at the first error Fixes #1055 --- build.libgit2sharp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh index d650afd26..f9527cbb0 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}