hopefully fix the problem in the cron jobs by using an absolute path

This commit is contained in:
Nuno Lopes
2005-03-26 15:28:30 +00:00
parent 811535c7c6
commit 521eaab57d

View File

@ -1,3 +1,8 @@
#!/bin/sh
../../scripts/populatedocs.sh
../../scripts/generation.sh
. `dirname $0`/../../build-ops
cd ${SCRIPTSDIR}
./populatedocs.sh
./generation.sh