summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-29 01:03:44 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-29 01:03:44 (EST)
commit6bad24180648e287cf719409905b31a0a3857a32 (patch)
treec41ea55098591f6e888725901bdda81498e0892f
parentcd1574e8405f27819ec2d2337ed628421157437d (diff)
ob_substvars(): Add a TODO comment
-rw-r--r--lib/control.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/control.sh b/lib/control.sh
index 8f9fc26..57b79a3 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -288,6 +288,7 @@ ob_substvars()
fi
if [ ${depth} -ge ${_OB_SUBSTVARS_MAX_DEPTH} ]; then
# Warn of possible recursion.
+ # TODO: This doesn't set the text domain.
ob_warn "$(ob_get_msg 'substvar_deep_nesting')"
return 1
fi