This commit is contained in:
parent
63c48f7de9
commit
09bf59c3ba
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ rwx_main_source() {
|
||||||
[ -n "${main}" ] && rwx_main_cache "${root}" "${main}"
|
[ -n "${main}" ] && rwx_main_cache "${root}" "${main}"
|
||||||
modules="$(rwx_main_find "${root}")"
|
modules="$(rwx_main_find "${root}")"
|
||||||
while IFS= read -r module; do
|
while IFS= read -r module; do
|
||||||
if [ "${module}" != "${RWX_MAIN_NAME}" ]; then
|
if [ "${module}" != "${main}" ]; then
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. "${root}/${module}.${RWX_MAIN_EXTENSION}"
|
. "${root}/${module}.${RWX_MAIN_EXTENSION}"
|
||||||
# cache code
|
# cache code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue