From ac3435eb2c01e6172cd219fd3f8d80d99a6b1b32 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 27 Jul 2025 13:04:47 +0200 Subject: [PATCH] drop adding extension --- sh/core/code.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index c71a509..9fa4bdf 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -301,7 +301,7 @@ EOF # cache main module rwx_code_cache_main="${rwx_code_cache_main}\ #. ${module} -$(cat "${rwx_main_root}/${module}.${RWX_MAIN_EXTENSION}") +$(cat "${rwx_main_root}/${module}") " done <