diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-01 14:45:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-01 14:45:20 (EDT) |
commit | 78665c20760d566f8bada19f346e7fd9d79b99eb (patch) | |
tree | 19a9d7358b7213fd8192d467a6bba166f020006f | |
parent | 71dbd186e1ac3a1f55d9b1b422df944a0a952c42 (diff) |
substvars: Fix function names
-rw-r--r-- | lib/substvars.sh | 2 |
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}" |