From: Enrico Tassi Date: Wed, 13 Sep 2006 15:31:53 +0000 (+0000) Subject: some fixes to the "test notturni" X-Git-Tag: 0.4.95@7852~1039 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=9375174a7cf0448117acf79ebe80a7c3cd2b782e;p=helm.git some fixes to the "test notturni" --- diff --git a/matita/scripts/crontab.sh b/matita/scripts/crontab.sh index 64708ba77..a521c15b9 100644 --- a/matita/scripts/crontab.sh +++ b/matita/scripts/crontab.sh @@ -47,7 +47,7 @@ fi CUR_TIME=`echo $SQLQTIME$MARK$SQLQGRMARK | $MYSQL` OLD_TIME=`echo $SQLQTIME$LASTMARK$SQLQGRMARK | $MYSQL` -if [ -z "$CUR_TIME" -o -z "$OLD_TIME"]; then +if [ -z "$CUR_TIME" -o -z "$OLD_TIME" ]; then cat <