diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-21 15:15:46 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-21 15:15:46 +0100 |
commit | 413df39073ee4f58aa007e3908f7c01bc967b3dd (patch) | |
tree | 656d2795222e9883667fce19e3e3ede6c47cda65 | |
parent | 5c2a6cefb57cd945f136ed9b244b3c14a0547482 (diff) | |
download | midipix_build-413df39073ee4f58aa007e3908f7c01bc967b3dd.tar.bz2 midipix_build-413df39073ee4f58aa007e3908f7c01bc967b3dd.tar.xz |
build.sh: fix -r ...:...
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,8 @@ for BUILD_TARGET_LC in $(subst_tgts ${BUILD_TARGETS_META}); do fi; continue; fi; - if is_build_script_done finish "${BUILD_PACKAGE_LC}"; then + if [ -z "${ARG_RESTART}" ]\ + && is_build_script_done finish "${BUILD_PACKAGE_LC}"; then log_msg vnfo "Skipped \`${BUILD_PACKAGE_LC}' (already built.)"; : $((BUILD_NSKIP+=1)); BUILD_SCRIPT_RC=0; continue; fi; |