diff options
author | Patrick 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) |
commit | 6bad24180648e287cf719409905b31a0a3857a32 (patch) | |
tree | c41ea55098591f6e888725901bdda81498e0892f /lib | |
parent | cd1574e8405f27819ec2d2337ed628421157437d (diff) |
ob_substvars(): Add a TODO comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/control.sh | 1 |
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 |