This commit is contained in:
Marc Beninca 2024-11-29 19:43:06 +01:00
parent de22cafbd0
commit ecff8f16bc
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -3,12 +3,12 @@ rwx_shellcheck_check() {
local file module modules path
file="$(mktemp)"
modules="$(sh_find_sh "${root}")"
_sh_ifs_new
rwx_ifs_set
for module in ${modules}; do
path="${root}/${module}"
echo ". \"${path}\"" >>"${file}"
done
_sh_ifs_pop
rwx_ifs_unset
shellcheck \
--check-sourced \
--enable "all" \