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