From bbb95224986c9f130d5fbd2e5838b174037d82f1 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 4 Apr 2002 08:57:46 +0000 Subject: [PATCH] strip off first mozilla, not all mozillas. git-svn-id: svn://10.0.0.236/trunk@118098 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/module-deps/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/module-deps/bootstrap.pl b/mozilla/tools/module-deps/bootstrap.pl index 0f47f7509f0..b1d8d3a1fc0 100755 --- a/mozilla/tools/module-deps/bootstrap.pl +++ b/mozilla/tools/module-deps/bootstrap.pl @@ -132,7 +132,7 @@ sub FindMakefiles $_ =~ s/.in//; # Strip off the ".in" - $File::Find::dir =~ s/mozilla\///; # Strip off mozilla/ + $File::Find::dir =~ s/^mozilla\///; # Strip off mozilla/ #$_ =~ s/mozilla//; push(@foundMakefiles, "$File::Find::dir/$_");