diff options
author | Yukai Huang | 2017-01-23 17:20:49 +0800 |
---|---|---|
committer | GitHub | 2017-01-23 17:20:49 +0800 |
commit | f27fc90a7482ab51882d9eb320feaf8b14881ea1 (patch) | |
tree | 41d1ef377fec4d3223f35c9f610fe36c2f590bfe /bin/setup | |
parent | 4a25adba230c754d05040634fe1411184b6adb79 (diff) | |
parent | 9122ccd1b8dc4d6a41aaa0794e80b5e06f2484d5 (diff) |
Merge pull request #329 from SISheogorath/patch-1
Add fail fast option
Diffstat (limited to 'bin/setup')
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/bash +set -e + # run command at repo root CURRENT_PATH=$PWD if [ -d .git ]; then |