find with extension

This commit is contained in:
Marc Beninca 2025-07-27 13:00:04 +02:00
parent 9e3c268b1c
commit 52593c9571
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 5 additions and 7 deletions

View file

@ -4,7 +4,7 @@ rwx_shellcheck() {
file="$(mktemp)"
modules="$(rwx_main_find "${root}")"
while IFS= read -r module; do
path="${root}/${module}.${RWX_MAIN_EXTENSION}"
path="${root}/${module}"
echo ". \"${path}\"" >>"${file}"
done <<EOF
${modules}