source/find
This commit is contained in:
parent
d517b783d7
commit
51de08aaa3
1 changed files with 1 additions and 5 deletions
|
@ -62,11 +62,7 @@ main_source_directory() {
|
|||
local path="${1}"
|
||||
if [ -d "${path}" ]; then
|
||||
local cmd count ifs module modules
|
||||
modules="$(find "${path}" \
|
||||
-type "f" \
|
||||
-name "*.sh" \
|
||||
-printf "%P\n" |
|
||||
sort)"
|
||||
modules="$(sh_source_find "${path}")"
|
||||
ifs="${IFS}"
|
||||
IFS="
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue