SVN: toys/tools/cleanbuild/findbr
    sparky 
    sparky at pld-linux.org
       
    Thu Jun  3 03:24:05 CEST 2010
    
    
  
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 );
    
    
More information about the pld-cvs-commit
mailing list