From e59f223d3376b94a31131d1c5b72ea37fda47a00 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 03:11:25 -0400 Subject: ob_substvars(), ob_init_package(): Call _ob_error_msg() --- (limited to 'lib/control.sh') 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}" -- cgit v0.9.1