drop adding extension

This commit is contained in:
Marc Beninca 2025-07-27 13:04:47 +02:00
parent 52593c9571
commit ac3435eb2c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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 <<EOF
${modules_main}
@ -312,7 +312,7 @@ EOF
# cache user module
rwx_code_cache_user="${rwx_code_cache_user}\
#. ${module}
$(cat "${rwx_code_root}/${module}.${RWX_MAIN_EXTENSION}")
$(cat "${rwx_code_root}/${module}")
"
done <<EOF
${rwx_code_modules_user}