summaryrefslogtreecommitdiff
path: root/bos-namespaces.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bos-namespaces.sh')
-rw-r--r--bos-namespaces.sh2
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