fix
This commit is contained in:
parent
317c71fe52
commit
245aa85f29
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ rwx_shellcheck() {
|
|||
local root="${1}"
|
||||
local file module modules path
|
||||
file="$(mktemp)"
|
||||
modules="$(rwx_find_sh "${root}")"
|
||||
modules="$(rwx_find_shell "${root}")"
|
||||
rwx_ifs_set
|
||||
for module in ${modules}; do
|
||||
path="${root}/${module}"
|
||||
|
|
Loading…
Reference in a new issue