module/main
All checks were successful
/ job (push) Successful in 2m54s

This commit is contained in:
Marc Beninca 2025-07-09 05:15:32 +02:00
parent 63c48f7de9
commit 09bf59c3ba
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -87,7 +87,7 @@ rwx_main_source() {
[ -n "${main}" ] && rwx_main_cache "${root}" "${main}"
modules="$(rwx_main_find "${root}")"
while IFS= read -r module; do
if [ "${module}" != "${RWX_MAIN_NAME}" ]; then
if [ "${module}" != "${main}" ]; then
# shellcheck disable=SC1090
. "${root}/${module}.${RWX_MAIN_EXTENSION}"
# cache code