diff options
-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} |
![]() |
index : builder | |
A stand-alone build engine inspired by Gentoo's ebuilds. | git repository hosting |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | build | 2 |
@@ -367,4 +367,4 @@ build_make() BUILD_EXIT="$?" } build_make "${@}" 2>&1 | tee "${BUILDER_TMPDIR}/builder.log" -exit "${BUILD_EXIT}" +exit ${BUILD_EXIT} |