Reverting returning the error code from auto/build script, doesn't work.

This reverts commit c944301.
This commit is contained in:
Richard Nelson 2013-05-30 15:52:15 -05:00 committed by Daniel Baumann
parent c4e67c9d70
commit 8bb8244d7a
1 changed files with 1 additions and 1 deletions

View File

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