From 90ed8ea56726dcb5bbf3d5f2eeee218cc49697ba 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 git-svn-id: svn://10.0.0.236/trunk@106750 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/make-chromelist.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/config/make-chromelist.pl b/mozilla/config/make-chromelist.pl index 633411bc70f..16f76770946 100644 --- a/mozilla/config/make-chromelist.pl +++ b/mozilla/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.