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
|
# 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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue