This commit is contained in:
Marc Beninca 2025-07-07 00:42:27 +02:00
parent 98a46e246e
commit 2a31766869
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -212,7 +212,7 @@ rwx_parse_code() {
text="${text} \"\${@}\"; }"
eval "${text}"
done <<EOF
${RWX_ALIASES}
${_rwx_code_aliases_functions}
EOF
# parse constants
_rwx_code_constants="$(rwx_parse_constants)"