code/constants
This commit is contained in:
parent
4c5ac91ac3
commit
8a6c02a262
2 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ rwx_parse_code() {
|
|||
${RWX_ALIASES}
|
||||
EOF
|
||||
# parse constants
|
||||
RWX_CONSTANTS="$(rwx_parse_constants)"
|
||||
_rwx_code_constants="$(rwx_parse_constants)"
|
||||
# parse functions
|
||||
RWX_FUNCTIONS="$(rwx_parse_functions)"
|
||||
# parse variables
|
||||
|
|
|
@ -16,7 +16,7 @@ rwx_code_aliases() {
|
|||
# show the cached constants
|
||||
#= rcc
|
||||
rwx_code_constants() {
|
||||
echo "${RWX_CONSTANTS}"
|
||||
echo "${_rwx_code_constants}"
|
||||
}
|
||||
|
||||
# show the cached functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue