Skip to content

Commit 8f9139d

Browse files
committed
Make install script abort on errors
1 parent 60fcb0e commit 8f9139d

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)