From 78102c250dc6839abaa86ad5a5644da012857ebc Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: Feb 25 2020 17:41:02 +0000 Subject: build.sh:buildp_dispatch(): default ${_njobs_max} to 1 vs. 0. --- diff --git a/build.sh b/build.sh index 6699bc0..fae8dc0 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ buildp_dispatch() { local _msg="${1}" _group_name="${2}" _pkg_name="${3}" \ _build_group_lc="" _build_group_meta="" _build_groups_lc="" \ - _njobs_max=0 _pkg_names="" _pkg_restart="" _rc=0; + _njobs_max=1 _pkg_names="" _pkg_restart="" _rc=0; case "${_msg}" in # Top-level start_build) shift; build_init "${@}";