From fae1be442313ab3a685de21d0dc23a205cd74bed Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Tue, 19 Oct 1999 15:07:27 +0000 Subject: [PATCH] Fixed perl warning. git-svn-id: svn://10.0.0.236/trunk@51140 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bonsai/cvslog.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bonsai/cvslog.cgi b/mozilla/webtools/bonsai/cvslog.cgi index 55081607351..b960c8429da 100755 --- a/mozilla/webtools/bonsai/cvslog.cgi +++ b/mozilla/webtools/bonsai/cvslog.cgi @@ -70,6 +70,7 @@ my ($file_head, $file_tail) = $filename =~ m@(.*/)?(.+)@; # Handle the "rev" argument # +$::opt_rev = ""; $::opt_rev = $::FORM{'rev'} if defined($::FORM{'rev'} && $::FORM{'rev'} ne 'HEAD'); my $browse_revtag = 'HEAD'; $browse_revtag = $::opt_rev if ($::opt_rev =~ /[A-Za-z]/);