update parallelizing

This commit is contained in:
j-hc
2022-12-19 23:38:55 +03:00
parent c3616e3e16
commit 2e7d4afc5f
2 changed files with 22 additions and 12 deletions

View File

@ -144,6 +144,7 @@ build_rv() {
if [ "${args[apkmirror_dlurl]:-}" ] && [ "${args[regexp]:-}" ]; then dl_from=apkmirror; else dl_from=uptodown; fi
if [ "$mode_arg" = none ]; then
echo 2
return
elif [ "$mode_arg" = module ]; then
build_mode_arr=(module)
@ -153,6 +154,7 @@ build_rv() {
build_mode_arr=(apk module)
else
echo "ERROR: undefined build mode for ${args[app_name]}: '${mode_arg}'"
echo 2
return
fi