Skip to content

Commit

Permalink
Make *nix builds fail at the first error
Browse files Browse the repository at this point in the history
Fixes #1055
  • Loading branch information
bording committed May 23, 2015
1 parent 4439cad commit cd9d5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.libgit2sharp.sh
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

LIBGIT2SHA=`cat ./LibGit2Sharp/libgit2_hash.txt`
SHORTSHA=${LIBGIT2SHA:0:7}
Expand Down

0 comments on commit cd9d5f3

Please sign in to comment.