summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-05 17:40:49 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-05 17:40:49 +0100
commitd0a3e6e2b9edc73cff8174f797c30399172e2602 (patch)
tree05305504cb0ece7cde124110a22e5a5732428d0b /build.sh
parent0981c390f8470c8186fd6821635b2f4eb07f689d (diff)
downloadmidipix_build-d0a3e6e2b9edc73cff8174f797c30399172e2602.tar.bz2
midipix_build-d0a3e6e2b9edc73cff8174f797c30399172e2602.tar.xz
build.sh: fix typo.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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).";