scripts: add -e to build.sh again

pull/170/head
Mitchell Hashimoto 13 years ago
parent a5e5e689e0
commit 8537d08caa

@ -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"

Loading…
Cancel
Save