summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c22ff945..d515474f 100755
--- a/build.sh
+++ b/build.sh
@@ -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}" \