aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index dc612b7..ae99d9e 100755
--- a/build
+++ b/build
@@ -367,4 +367,4 @@ build_make()
BUILD_EXIT="$?"
}
build_make "${@}" 2>&1 | tee "${BUILDER_TMPDIR}/builder.log"
-exit "${BUILD_EXIT}"
+exit ${BUILD_EXIT}