code/awk
All checks were successful
/ job (push) Successful in 4m27s

This commit is contained in:
Marc Beninca 2025-07-07 01:13:06 +02:00
parent be43cb7fe1
commit 2f7dd63c74
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 14 additions and 9 deletions

View file

@ -45,8 +45,6 @@ RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
# user root directory of the project
RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}"
# path to the required parsing awk script
RWX_AWK="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME%.sh}.awk"
# path to the entrypoint main file of the project
RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"
@ -225,7 +223,7 @@ rwx_parse_aliases_functions() {
printf "%s" "${_rwx_code}" |
awk \
--assign action="alias" \
--file "${RWX_AWK}"
"${_rwx_code_awk}"
}
rwx_parse_constants() {
printf "%s" "${_rwx_code}" |