提交 e6759106 编写于 作者: J Joerg Jaspert

Use the right timestamp name

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 cf570123
......@@ -436,7 +436,7 @@ function process_unchecked() {
# members
# - FUNC - the function name to call
# - ARGS - Possible arguments to hand to the function. Can be the empty string
# - TS - The timestamp name. Can be the empty string
# - TIME - The timestamp name. Can be the empty string
# - ERR - if this is the string false, then the call will be surrounded by
# set +e ... set -e calls, so errors in the function do not exit
# dinstall. Can be the empty string, meaning true.
......@@ -460,7 +460,7 @@ function stage() {
return
fi
debug "Now calling function ${FUNC}. Arguments: ${ARGS}. Timestamp: ${TS}"
debug "Now calling function ${FUNC}. Arguments: ${ARGS}. Timestamp: ${TIME}"
# Make sure we are always at the same place. If a function wants to be elsewhere,
# it has to cd first!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册