From 8a6c02a2628779207151e3cedfc80c9a93b6832d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 22:52:08 +0200 Subject: [PATCH] code/constants --- sh/main.sh | 2 +- sh/self.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index e873a94..79bdabd 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -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 diff --git a/sh/self.sh b/sh/self.sh index 6233eb2..adf266e 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -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