Skip to content

Commit 690a789

Browse files
committed
Merge pull request #266 from xlz/set-e
Make install script abort on errors
2 parents 879ed39 + 8f9139d commit 690a789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/install_deps.sh

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

34
cd `dirname $0`
45
DEPENDS_DIR=`pwd`

0 commit comments

Comments
 (0)