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}"
|
local path="${1}"
|
||||||
if [ -d "${path}" ]; then
|
if [ -d "${path}" ]; then
|
||||||
local cmd count ifs module modules
|
local cmd count ifs module modules
|
||||||
modules="$(find "${path}" \
|
modules="$(sh_source_find "${path}")"
|
||||||
-type "f" \
|
|
||||||
-name "*.sh" \
|
|
||||||
-printf "%P\n" |
|
|
||||||
sort)"
|
|
||||||
ifs="${IFS}"
|
ifs="${IFS}"
|
||||||
IFS="
|
IFS="
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue