summaryrefslogtreecommitdiffstats
path: root/lib/substvars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/substvars.sh')
-rw-r--r--lib/substvars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/substvars.sh b/lib/substvars.sh
index ac18494..ac3d29b 100644
--- a/lib/substvars.sh
+++ b/lib/substvars.sh
@@ -87,7 +87,7 @@ substvars()
fi
if [ ${depth} -ge ${substvars_max_depth} ]; then
# Warn of possible recursion.
- ob_warn "$(ob_get_msg 'substvar_deep_nesting')"
+ warn "$(get_msg 'substvar_deep_nesting')"
return 1
fi
old_rhs="${rhs}"