From: Enrico Tassi Date: Thu, 23 Mar 2006 09:06:06 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7474 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=9d44efef43a802b9a59663fe5fd0a5578803d1a9;p=helm.git fix --- 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 <