From 19e77a83f623ad6b650a19ee676b7a98d16bd1ff Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 12 Jul 2025 15:10:56 +0200 Subject: [PATCH] fixes --- sh/core/code.sh | 18 ++++++++++-------- sh/main.sh | 15 ++++++++------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index ad5d196..0331c4c 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -289,10 +289,11 @@ rwx_code_main() { # find user modules rwx_code_modules_user="$(rwx_main_find "${rwx_code_root}")" # source user modules - while IFS= read -r module; do - # shellcheck disable=SC1090 - . "${rwx_code_root}/${module}.${RWX_MAIN_EXTENSION}" - done <