зеркало из https://github.com/mozilla/pjs.git
Replacing File::Basename with custom hack.
Thanks to Joe Hewitt <hewitt@netscape.com> for the patch. Bug #107474 r=cls
This commit is contained in:
Родитель
cbe8e4729c
Коммит
a998043b43
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче