scripts/install_xtuple: abort immediately on first error, do not try to proceed
authorDaniel Pocock <daniel@pocock.pro>
Sat, 3 May 2014 13:35:54 +0000 (15:35 +0200)
committerDaniel Pocock <daniel@pocock.pro>
Sat, 3 May 2014 13:35:54 +0000 (15:35 +0200)
scripts/install_xtuple.sh

index 8b7f17e..da00915 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -e
+
 alias sudo='sudo env PATH=$PATH $@'
 
 NODE_VERSION=0.8.26