update ooo310-m15
[ooovba.git] / applied_patches / 0244-transex3-localize-find.diff
blob6cca3a3ac68ce9b1cec28e8e326532fc8fa5159e
1 --- transex3/scripts/localize.pl.old 2009-05-27 12:35:03.000000000 +0200
2 +++ transex3/scripts/localize.pl 2009-05-27 12:43:28.000000000 +0200
3 @@ -412,7 +412,7 @@ sub collectfiles{
4 print STDOUT "### Searching sdf particles\n";
5 my $working_path = getcwd();
6 chdir $srcpath;
7 - find ( { wanted => \&wanted , follow => 1 }, getcwd() );
8 + find ( { wanted => \&wanted , follow => 1, follow_skip => 2 }, getcwd() );
9 chdir $working_path;
11 my $nFound = $#sdfparticles +1;