This commit is contained in:
Marc Beninca 2024-11-29 23:59:06 +01:00
parent 317c71fe52
commit 245aa85f29
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -2,7 +2,7 @@ rwx_shellcheck() {
local root="${1}" local root="${1}"
local file module modules path local file module modules path
file="$(mktemp)" file="$(mktemp)"
modules="$(rwx_find_sh "${root}")" modules="$(rwx_find_shell "${root}")"
rwx_ifs_set rwx_ifs_set
for module in ${modules}; do for module in ${modules}; do
path="${root}/${module}" path="${root}/${module}"