main/count

This commit is contained in:
Marc Beninca 2024-11-25 16:19:48 +01:00
parent df136cbad5
commit 62b8f60841
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -74,8 +74,7 @@ main_source_directory() {
". ${path}" ". ${path}"
for module in ${modules}; do for module in ${modules}; do
count=$((count + 1)) count=$((count + 1))
#printf "%02d" "${count}" _sh_main_log "$(printf "%02d" "${count}") ${module%.sh}"
_sh_main_log "${module%.sh}"
module="${path}/${module}" module="${path}/${module}"
# shellcheck disable=SC1090 # shellcheck disable=SC1090
. "${module}" . "${module}"