diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-14 16:15:00 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-14 16:15:00 +0100 |
commit | 9fe99a59594a83ae2c0960ed8c2ee6959eab062e (patch) | |
tree | 06af594d07c1dd1cb46ba6fc57a38cc387cb7f3f /bos-namespaces.sh | |
parent | inheritance via MOP (diff) | |
download | bash-object-system-9fe99a59594a83ae2c0960ed8c2ee6959eab062e.tar.gz bash-object-system-9fe99a59594a83ae2c0960ed8c2ee6959eab062e.tar.bz2 bash-object-system-9fe99a59594a83ae2c0960ed8c2ee6959eab062e.zip |
some sugaring
Diffstat (limited to 'bos-namespaces.sh')
-rw-r--r-- | bos-namespaces.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bos-namespaces.sh b/bos-namespaces.sh index fd371c3..a208e02 100644 --- a/bos-namespaces.sh +++ b/bos-namespaces.sh @@ -75,7 +75,7 @@ function bos-namespaces/list-new-funcs-into() { # saved function of the same name, if it exists function bos-namespaces/qualify-funcs() { local namespace="$1";shift - local ns_store; bos-namespaces/store-for-into saved_funcs "$namespace" ns_store + local ns_store; bos-namespaces/store-dict-for-into saved_funcs "$namespace" ns_store local -n saved_funcs="$ns_store" local _ funcname new_function |