From 7d607f1c61f199df5d47cd6b3cc61991b7293877 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 10 Jul 2025 02:25:31 +0200 Subject: [PATCH] cache/main,user --- sh/core/code.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index d4c6f9a..5e1cf09 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -285,7 +285,8 @@ EOF # cache main modules while IFS= read -r module; do # cache main module - _rwx_code="${_rwx_code}#. ${module} + rwx_code_cache_main="${rwx_code_cache_main}\ +#. ${module} $(cat "${rwx_main_root}/${module}.${RWX_MAIN_EXTENSION}") " done <