From 4b55ac115539596c894b56fa18ffe6b2fd9ff340 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 16:02:10 +0200 Subject: [PATCH] tabs --- sh/self.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sh/self.sh b/sh/self.sh index e2c30f7..8d821dc 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -4,31 +4,31 @@ # show the cached code #= rc rwx_code() { - echo "${_rwx_code}" + echo "${_rwx_code}" } # show the cached aliases #= rca rwx_code_aliases() { - echo "${RWX_ALIASES}" + echo "${RWX_ALIASES}" } # show the cached constants #= rcc rwx_code_constants() { - echo "${RWX_CONSTANTS}" + echo "${RWX_CONSTANTS}" } # show the cached functions #= rcf rwx_code_functions() { - echo "${RWX_FUNCTIONS}" + echo "${RWX_FUNCTIONS}" } # show the cached variables #= rcv rwx_code_variables() { - echo "${_rwx_code_variables}" + echo "${_rwx_code_variables}" } # meta doc