From 62a36b90654c8dc9c5251dcf312cf314d15bb1c4 Mon Sep 17 00:00:00 2001 From: John Barnette Date: Wed, 3 Oct 2012 11:12:49 -0700 Subject: [PATCH] Fail fast --- script/bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/bootstrap b/script/bootstrap index 41a580a..4a2c3c5 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -1,6 +1,8 @@ #!/bin/sh # Make sure all our local dependencies are available. +set -e + # FIX: only sudo if gem home isn't writable (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||