X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fscripts%2Fcrontab.sh;h=f59bcdb97220392a36f07a437d80a84243626c59;hb=73094d75dfa4078bc7a03f127a0879205b41dbe2;hp=b3528cee6d3f811c702bd9f91f1b07f59af7b181;hpb=18ae90dba18e6abf64b89a8cd0e367ec2b558f3b;p=helm.git diff --git a/matita/scripts/crontab.sh b/matita/scripts/crontab.sh index b3528cee6..f59bcdb97 100644 --- a/matita/scripts/crontab.sh +++ b/matita/scripts/crontab.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +#set -x #configuration TODAY=`date +%Y%m%d` @@ -65,15 +65,15 @@ fi if [ "$DELTA" -lt 0 ]; then PERC=0 else - PREC=`lua50 scripts/functions.lua proportion $DELTA x $OLD_TIME 100` + PREC=`lua5.1 scripts/functions.lua proportion $DELTA x $OLD_TIME 100` fi if [ "$PERC" -ge 5 ]; then cat <