From 521eaab57d9ce3c6ff8523e8f04a46fb27ff9bea Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 26 Mar 2005 15:28:30 +0000 Subject: [PATCH] hopefully fix the problem in the cron jobs by using an absolute path --- cron/daily/populatedocs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cron/daily/populatedocs b/cron/daily/populatedocs index d747b07..7de32e2 100755 --- a/cron/daily/populatedocs +++ b/cron/daily/populatedocs @@ -1,3 +1,8 @@ #!/bin/sh -../../scripts/populatedocs.sh -../../scripts/generation.sh + +. `dirname $0`/../../build-ops + +cd ${SCRIPTSDIR} + +./populatedocs.sh +./generation.sh