diff options
author | Mark Ferrell <major@homeonderanged.org> | 2014-01-15 10:13:42 -0800 |
---|---|---|
committer | Mark Ferrell <major@homeonderanged.org> | 2014-01-15 10:13:42 -0800 |
commit | 6856f5c1b47b4f44b57fe33938d4bcceeb2a4936 (patch) | |
tree | cf60c79a07abfa47d6f0920a3a249dab880ac136 | |
parent | 23f0fc4e6fc8c3aa6d497eeeec1158881c05573b (diff) |
Do not quite exit codes
* Incorrectly quoted the exit code when trying to fixup Issue #52, this fixes #57
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,4 +367,4 @@ build_make() BUILD_EXIT="$?" } build_make "${@}" 2>&1 | tee "${BUILDER_TMPDIR}/builder.log" -exit "${BUILD_EXIT}" +exit ${BUILD_EXIT} |