From e7e0b429bca90e75f9fc3007777530f943a465af Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 26 Dec 2005 11:41:21 +0000 Subject: [PATCH] fix --- helm/matita/scripts/crontab.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/matita/scripts/crontab.sh b/helm/matita/scripts/crontab.sh index d4a2e5e5a..5ad50de5e 100644 --- a/helm/matita/scripts/crontab.sh +++ b/helm/matita/scripts/crontab.sh @@ -4,9 +4,9 @@ YESTERDAY=`date -d yesterday +%Y%m%d` TMPDIRNAME=$HOME/__${TODAY}_crontab TMPDIRNAMEOLD=$HOME/__${YESTERDAY}_crontab SVNROOT="svn+ssh://mowgli.cs.unibo.it/local/svn/helm/trunk/" -SHELLTIME2CENTSPHP=helm/matita/scripts/shell_time2cents.php -SHELLADDERPHP=helm/matita/scripts/shell_adder.php -COMMONPHP=helm/matita/scripts/public_html/common.php +SHELLTIME2CENTSPHP=scripts/shell_time2cents.php +SHELLADDERPHP=scripts/shell_adder.php +COMMONPHP=scripts/public_html/common.php OLD=$PWD -- 2.39.2