From f820107f5b08a3dddc0edd8faf67fda3b9ea5af4 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 15 Feb 2000 18:43:12 +0000 Subject: [PATCH] Fix warnings.html link. git-svn-id: svn://10.0.0.236/trunk@60907 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/warnings.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/warnings.pl b/mozilla/webtools/tinderbox/warnings.pl index e2aad866345..4c77ab9206b 100755 --- a/mozilla/webtools/tinderbox/warnings.pl +++ b/mozilla/webtools/tinderbox/warnings.pl @@ -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 #