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}" \
|
||||
-type "f" \
|
||||
-name "*.sh" \
|
||||
-printf "%P
|
||||
" | sort)"
|
||||
-printf "%P\n" |
|
||||
sort)"
|
||||
ifs="${IFS}"
|
||||
IFS="
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue