From 8537d08caa63f227bb23623b0fc54c1f16fa1d0e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Jul 2013 12:42:54 -0700 Subject: [PATCH] scripts: add -e to build.sh again --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 15d917b85..9877ffa38 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,8 @@ #!/bin/bash # # This script only builds the application from source. +set -e + NO_COLOR="\x1b[0m" OK_COLOR="\x1b[32;01m" ERROR_COLOR="\x1b[31;01m"