summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYukai Huang2017-01-23 17:20:49 +0800
committerGitHub2017-01-23 17:20:49 +0800
commitf27fc90a7482ab51882d9eb320feaf8b14881ea1 (patch)
tree41d1ef377fec4d3223f35c9f610fe36c2f590bfe
parent4a25adba230c754d05040634fe1411184b6adb79 (diff)
parent9122ccd1b8dc4d6a41aaa0794e80b5e06f2484d5 (diff)
Merge pull request #329 from SISheogorath/patch-1
Add fail fast option
-rwxr-xr-xbin/setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index 6724b2d5..3f143cd3 100755
--- a/bin/setup
+++ b/bin/setup
@@ -1,5 +1,7 @@
#!/bin/bash
+set -e
+
# run command at repo root
CURRENT_PATH=$PWD
if [ -d .git ]; then