From d0a3e6e2b9edc73cff8174f797c30399172e2602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 5 Feb 2017 17:40:49 +0100 Subject: build.sh: fix typo. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6430ff9f..18bd60c5 100755 --- a/build.sh +++ b/build.sh @@ -93,7 +93,7 @@ for BUILD_TARGET_LC in $(subst_tgts invariants ${BUILD_TARGETS_META:-world}); do break; fi; done; -if [ ${BUILD_SCRIPT_RC:-0} -ne 0 ]; then +if [ ${BUILD_SCRIPT_RC:-0} -eq 0 ]; then post_copy_etc; post_strip; post_tarballs; post_build_files; fi; log_msg info "${BUILD_NFINI} finished, ${BUILD_NSKIP} skipped, and ${BUILD_NFAIL} failed builds in ${BUILD_NBUILT} build script(s)."; -- cgit v1.2.3