drop adding extension
This commit is contained in:
parent
52593c9571
commit
ac3435eb2c
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue