From: Joerg Jaspert Date: Fri, 5 Jun 2009 06:39:43 +0000 (+0200) Subject: Use the right timestamp name X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e675910657234a246e9cb53e6f989d829afdc5f8;p=dak.git Use the right timestamp name Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index b4680d81..0060d5fd 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!