main/lf
This commit is contained in:
parent
6eee35b3a4
commit
e6e446868d
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ main_source_directory() {
|
||||||
modules="$(find "${path}" \
|
modules="$(find "${path}" \
|
||||||
-type "f" \
|
-type "f" \
|
||||||
-name "*.sh" \
|
-name "*.sh" \
|
||||||
-printf "%P
|
-printf "%P\n" |
|
||||||
" | sort)"
|
sort)"
|
||||||
ifs="${IFS}"
|
ifs="${IFS}"
|
||||||
IFS="
|
IFS="
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue