Skip to content

Commit abdc1c5

Browse files
committed
Merge pull request #1056 from libgit2/bording/failBuild
Make *nix builds fail at the first error
2 parents 4439cad + cd9d5f3 commit abdc1c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.libgit2sharp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

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

0 commit comments

Comments
 (0)