awk/variable
This commit is contained in:
parent
17aaeb233d
commit
dbfe0e1407
2 changed files with 4 additions and 4 deletions
|
@ -77,5 +77,5 @@ rwx_code_doc() {
|
|||
awk \
|
||||
--assign action="doc" \
|
||||
--assign target="${name}" \
|
||||
"$(rwx_code_awk)"
|
||||
"${_rwx_code_awk}"
|
||||
}
|
||||
|
|
|
@ -225,13 +225,13 @@ rwx_parse_aliases() {
|
|||
echo "${_rwx_code}" |
|
||||
awk \
|
||||
--assign action="aliases" \
|
||||
"$(rwx_code_awk)"
|
||||
"${_rwx_code_awk}"
|
||||
}
|
||||
rwx_parse_aliases_functions() {
|
||||
printf "%s" "${_rwx_code}" |
|
||||
awk \
|
||||
--assign action="aliases functions" \
|
||||
"$(rwx_code_awk)"
|
||||
"${_rwx_code_awk}"
|
||||
}
|
||||
rwx_parse_constants() {
|
||||
printf "%s" "${_rwx_code}" |
|
||||
|
@ -241,7 +241,7 @@ rwx_parse_functions() {
|
|||
echo "${_rwx_code}" |
|
||||
awk \
|
||||
--assign action="functions" \
|
||||
"$(rwx_code_awk)"
|
||||
"${_rwx_code_awk}"
|
||||
}
|
||||
rwx_parse_variables() {
|
||||
printf "%s" "${_rwx_code}" |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue