Fix warnings.html link.

git-svn-id: svn://10.0.0.236/trunk@60907 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 2000-02-15 18:43:12 +00:00
parent 0c7759eb65
commit f820107f5b

View File

@ -184,7 +184,9 @@ for $br (last_successful_builds($tree)) {
# Make the new warnings live.
unlink("$tree/warnings.html");
symlink($warn_file, "$tree/warnings.html");
my $file_to_link = $warn_file;
$file_to_link =~ s|^$tree/||;
symlink($file_to_link, "$tree/warnings.html");
# Add an entry to the warning log
#