1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit c3708a098e - Show all commits

View File

@ -65,7 +65,7 @@ function get_parts () {
} }
function we_have_exactly_one_part () { function we_have_exactly_one_part () {
declare parttype parts_list parts_count local parttype parts_list parts_count
parttype="${1:?}" parttype="${1:?}"
parts_list="${2:?}" parts_list="${2:?}"
parts_count="$(wc -l <<<"${parts_list}")" parts_count="$(wc -l <<<"${parts_list}")"