From 9d44efef43a802b9a59663fe5fd0a5578803d1a9 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 23 Mar 2006 09:06:06 +0000 Subject: [PATCH] fix --- helm/software/matita/scripts/crontab.sh | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/helm/software/matita/scripts/crontab.sh b/helm/software/matita/scripts/crontab.sh index 99b4a13a6..64708ba77 100644 --- a/helm/software/matita/scripts/crontab.sh +++ b/helm/software/matita/scripts/crontab.sh @@ -47,7 +47,23 @@ fi CUR_TIME=`echo $SQLQTIME$MARK$SQLQGRMARK | $MYSQL` OLD_TIME=`echo $SQLQTIME$LASTMARK$SQLQGRMARK | $MYSQL` -((DELTA=$CUR_CENTS-$OLD_CENTS)) +if [ -z "$CUR_TIME" -o -z "$OLD_TIME"]; then + cat <