Replacing File::Basename with custom hack.

Thanks to Joe Hewitt <hewitt@netscape.com> for the patch.
Bug #107474 r=cls


git-svn-id: svn://10.0.0.236/trunk@106750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2001-10-30 23:57:14 +00:00
parent 3351684d08
commit 90ed8ea567

View File

@ -123,7 +123,8 @@ while (<JARFILE>)
if (!$1 || $1 eq "")
{
$chromefile = $_;
$cvsfile = File::Basename->basename($_);
$_ =~ /.*\/(.*?)$/;
$cvsfile = $1;
}
# Convert to platform-specific separator for the chrome version.