From a998043b4360a18dfd672e668bd7ba55f6527dbe Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Tue, 30 Oct 2001 23:57:14 +0000 Subject: [PATCH] Replacing File::Basename with custom hack. Thanks to Joe Hewitt for the patch. Bug #107474 r=cls --- config/make-chromelist.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/make-chromelist.pl b/config/make-chromelist.pl index 633411bc70f..16f76770946 100644 --- a/config/make-chromelist.pl +++ b/config/make-chromelist.pl @@ -123,7 +123,8 @@ while () if (!$1 || $1 eq "") { $chromefile = $_; - $cvsfile = File::Basename->basename($_); + $_ =~ /.*\/(.*?)$/; + $cvsfile = $1; } # Convert to platform-specific separator for the chrome version.