Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd9d5f3

Browse files
committed
Make *nix builds fail at the first error
Fixes libgit2#1055
1 parent 4439cad commit cd9d5f3

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)