set -e
in install.sh
This allows error in `build.sh` to propagate up. Fixes #1197.
This commit is contained in:
parent
b9f717f23b
commit
bc0842ce6e
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
build_file=$SCRIPT_DIR/third_party/ycmd/build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user