lint
This commit is contained in:
parent
e060c18949
commit
0593181f10
1 changed files with 3 additions and 5 deletions
|
@ -34,7 +34,6 @@ RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
|
|||
#| sort
|
||||
rwx_main_find() {
|
||||
local root="${1}"
|
||||
local file="${2}"
|
||||
find \
|
||||
"${root}" \
|
||||
-name "*.sh" \
|
||||
|
@ -108,13 +107,12 @@ EOF
|
|||
rwx_main_cache() {
|
||||
local root="${1}"
|
||||
local module="${2}"
|
||||
local name="${module}"
|
||||
local path="${root}/${module}.sh"
|
||||
local text
|
||||
text="$(cat "${path}")"
|
||||
# all source code
|
||||
_rwx_code="${_rwx_code}\
|
||||
#. ${name}
|
||||
#. ${module}
|
||||
${text}
|
||||
"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue