]> git.decadent.org.uk Git - dak.git/commitdiff
Use the right timestamp name
authorJoerg Jaspert <joerg@debian.org>
Fri, 5 Jun 2009 06:39:43 +0000 (08:39 +0200)
committerJoerg Jaspert <joerg@debian.org>
Fri, 5 Jun 2009 06:39:43 +0000 (08:39 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index b4680d81fadfa496fcbb44c8b26bb9223c9c2550..0060d5fd6a8afee6828d01003a547e4148f7505a 100755 (executable)
@@ -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!