lint/shellcheck

This commit is contained in:
Marc Beninca 2024-11-29 19:58:38 +01:00
parent a56aa8124f
commit 2f686e3512
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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