Browse Source

[build] Compile.sh script now has improved error handling.

Signed-off-by: Joao Matos <joao@tritao.eu>
pull/934/head
Joao Matos 8 years ago
parent
commit
e1b9cde0e1
  1. 2
      build/Compile.sh

2
build/Compile.sh

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env bash
#set -e
set -e
CUR_DIR=$(cd "$(dirname "$0")"; pwd)

Loading…
Cancel
Save