Return the error code from auto/build script.

This commit is contained in:
Richard Nelson 2013-05-22 10:48:27 -05:00
parent d26dea3710
commit c944301b84
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -e
lb build noauto "${@}" 2>&1 | tee build.log
lb build noauto "${@}" && echo $? 2>&1 | tee build.log