Had to add the global option to LOG_WATCH_VARS
This commit is contained in:
parent
d524d0aabf
commit
308063a3bf
@ -4,7 +4,7 @@
|
|||||||
# [$FUNCNAME]="string of varnames"
|
# [$FUNCNAME]="string of varnames"
|
||||||
#
|
#
|
||||||
# It will keep track of vars seperately of each function that log will be used with
|
# 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
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
|
Loading…
Reference in New Issue
Block a user