strip off first mozilla, not all mozillas.

git-svn-id: svn://10.0.0.236/trunk@118098 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2002-04-04 08:57:46 +00:00
parent ba93cd4298
commit bbb9522498

View File

@@ -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/$_");