Have the install script quit on errors

This should stop the vimproc directory being rsync'd when make and
friends are not installed.
This commit is contained in:
2018-02-28 10:54:26 -08:00
parent 5dcc166392
commit 0acd4ced88

View File

@@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
set -e
git pull origin master; git pull origin master;
git submodule init; git submodule init;
git submodule sync; git submodule sync;