main/count
This commit is contained in:
parent
df136cbad5
commit
62b8f60841
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ main_source_directory() {
|
|||
". ${path}"
|
||||
for module in ${modules}; do
|
||||
count=$((count + 1))
|
||||
#printf "%02d" "${count}"
|
||||
_sh_main_log "${module%.sh}"
|
||||
_sh_main_log "$(printf "%02d" "${count}") ${module%.sh}"
|
||||
module="${path}/${module}"
|
||||
# shellcheck disable=SC1090
|
||||
. "${module}"
|
||||
|
|
Loading…
Reference in a new issue