From aadac2223b030e176ec14374427037800e1b5732 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sat, 23 Sep 2006 16:07:53 +0000 Subject: [PATCH] using lua5.1 instead of lua50 --- helm/software/matita/scripts/crontab.sh | 6 +++--- helm/software/matita/scripts/profile_svn.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/software/matita/scripts/crontab.sh b/helm/software/matita/scripts/crontab.sh index b3528cee6..51e090d98 100644 --- a/helm/software/matita/scripts/crontab.sh +++ b/helm/software/matita/scripts/crontab.sh @@ -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 < LOG 2>LOG.run_tests.err #insert the db cat LOG | grep "\(OK\|FAIL\)" | grep "\(gc-on\|gc-off\)" | \ - lua50 $PWD/helm/software/matita/scripts/functions.lua log2sql - > INSERT.sql + lua5.1 $PWD/helm/software/matita/scripts/functions.lua log2sql - > INSERT.sql cat INSERT.sql | $MYSQL #save the revision -- 2.39.2