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}"
|
". ${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}"
|
||||||
|
|
Loading…
Reference in a new issue