Author: sparky
Date: Thu Jun  3 03:24:05 2010
New Revision: 11495

Modified:
   toys/tools/cleanbuild/findbr
Log:
- ignore git and svn requirements


Modified: toys/tools/cleanbuild/findbr
==============================================================================
--- toys/tools/cleanbuild/findbr        (original)
+++ toys/tools/cleanbuild/findbr        Thu Jun  3 03:24:05 2010
@@ -222,6 +222,8 @@
                my $exec = $1;
                $exec = $1 if $exec =~ m{^"(.*)"$};
                next if $exec eq "hostname";
+               next if $exec eq "git";
+               next if $exec eq "svn";
                warn "Looking for executable $exec\n";
                if ( $exec =~ m#^/# ) {
                        poldek_file( $exec );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to