From 308063a3bf763710deb5fbf434ce44c97074e9af Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 1 Jun 2024 19:06:35 -0500 Subject: [PATCH] Had to add the global option to LOG_WATCH_VARS --- logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.sh b/logging.sh index fdf73ef..afd3755 100644 --- a/logging.sh +++ b/logging.sh @@ -4,7 +4,7 @@ # [$FUNCNAME]="string of varnames" # # It will keep track of vars seperately of each function that log will be used with -declare -A LOG_WATCH_VARS +declare -g -A LOG_WATCH_VARS ######################