Commit 56aff481 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

scripts: add -e to build.sh again

parent 3dbd2204
#!/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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment