.
This commit is contained in:
parent
8982496082
commit
00183fecc1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ main_import_modules() {
|
||||||
"
|
"
|
||||||
count=0
|
count=0
|
||||||
echo
|
echo
|
||||||
echo "${root}"
|
echo ". ${root}"
|
||||||
for module in ${modules}; do
|
for module in ${modules}; do
|
||||||
count=$((count + 1))
|
count=$((count + 1))
|
||||||
printf "%02d" "${count}"
|
printf "%02d" "${count}"
|
||||||
|
|
Loading…
Reference in a new issue