script: build completes

This commit is contained in:
Mitchell Hashimoto 2013-07-08 20:58:09 -07:00
parent 9ec94fc6a1
commit d7ecf57b06
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# This script only builds the application from source. # This script only builds the application from source.
set -e
NO_COLOR="\x1b[0m" NO_COLOR="\x1b[0m"
OK_COLOR="\x1b[32;01m" OK_COLOR="\x1b[32;01m"
ERROR_COLOR="\x1b[31;01m" ERROR_COLOR="\x1b[31;01m"