summaryrefslogtreecommitdiffstats
path: root/lib/control.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 03:11:25 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 03:11:25 (EDT)
commite59f223d3376b94a31131d1c5b72ea37fda47a00 (patch)
tree2e2e278197ded0c6567763fbe6cd4bac53c7023f /lib/control.sh
parent74f1abf97030d1799ebaf9790d50c003408bd0a3 (diff)
ob_substvars(), ob_init_package(): Call _ob_error_msg()
Diffstat (limited to 'lib/control.sh')
-rw-r--r--lib/control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh
index c29d4a0..f8bad2c 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -250,7 +250,7 @@ ob_substvars()
fi
if [ ${depth} -ge ${_OB_SUBSTVARS_MAX_DEPTH} ]; then
# Warn of possible recursion.
- _ob_warn_msg 'substvar_deep_nesting'
+ _ob_error_msg 'substvar_deep_nesting'
return 1
fi
old_rhs="${rhs}"