Commit 62a36b90654c8dc9c5251dcf312cf314d15bb1c4

Authored by John Barnette
1 parent a32baeef46

Fail fast

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

1 1 #!/bin/sh
2 2 # Make sure all our local dependencies are available.
3 3  
  4 +set -e
  5 +
4 6 # FIX: only sudo if gem home isn't writable
5 7  
6 8 (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||