From 297b3a3385c6f1f204c28624b82a78f0376d0995 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 7 Jul 2025 01:37:54 +0200 Subject: [PATCH] code/awk --- sh/code.sh | 2 +- sh/main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/code.sh b/sh/code.sh index 0875682..fe73c91 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -71,5 +71,5 @@ rwx_code_doc() { awk \ --assign action="doc" \ --assign target="${name}" \ - "${_rwx_code_awk}" + "$(rwx_code_awk)" } diff --git a/sh/main.sh b/sh/main.sh index f1be786..871bf05 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -223,7 +223,7 @@ rwx_parse_aliases_functions() { printf "%s" "${_rwx_code}" | awk \ --assign action="alias" \ - "${_rwx_code_awk}" + "$(rwx_code_awk)" } rwx_parse_constants() { printf "%s" "${_rwx_code}" |