diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-25 17:41:02 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-25 17:41:02 +0000 |
commit | 78102c250dc6839abaa86ad5a5644da012857ebc (patch) | |
tree | 8f55dfad93167e7915490b2f2bf172fc56d38206 | |
parent | 5ab55acda2b33566fafa5fb1ff376354c741b57a (diff) | |
download | midipix_build-78102c250dc6839abaa86ad5a5644da012857ebc.tar.bz2 midipix_build-78102c250dc6839abaa86ad5a5644da012857ebc.tar.xz |
build.sh:buildp_dispatch(): default ${_njobs_max} to 1 vs. 0.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "${@}"; |