[dak/master] Use the right timestamp name
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/cron.dinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index b4680d8..0060d5f 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -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!
--
1.5.6.5
Reply to: