diff --git a/bash/main.sh b/bash/main.sh index b809dfe..c692412 100644 --- a/bash/main.sh +++ b/bash/main.sh @@ -26,7 +26,7 @@ main_import_modules() { " count=0 echo - echo "${root}" + echo ". ${root}" for module in ${modules}; do count=$((count + 1)) printf "%02d" "${count}"