Fix abs path for cronjob. -mcafee

This commit is contained in:
cltbld%netscape.com 2003-03-25 01:19:05 +00:00
Родитель cff094f985
Коммит 2e6bf27bc3
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -5,15 +5,15 @@
# Graph tree-open status, via tbox graph server.
#
# Send data to graph server via HTTP.
require "reportdata.pl";
use Sys::Hostname; # for ::hostname()
# Location of this file. Make sure that hand-runs and crontab-runs
# of this script read/write the same data.
my $script_dir = "/builds/tinderbox/mozilla/tools/tinderbox";
# Send data to graph server via HTTP.
require "$script_dir/reportdata.pl";
use Sys::Hostname; # for ::hostname()
my $sheriff_string;
sub is_tree_open {