diff options
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ buildp_dispatch() { fi; for _build_tgt_lc in ${BUILD_TARGETS:-${TARGETS_DEFAULT}}; do if [ "${_build_tgt_lc}" = "host_tools_rpm" ] \ - && [ "${ARG_RPM}" -eq 0 ]; then + && [ "${ARG_RPM:-0}" -eq 0 ]; then continue; fi; ex_pkg_dispatch "${_build_tgt_lc}" \ |