summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsparky2010-06-03 01:24:05 (GMT)
committersparky2010-06-03 01:24:05 (GMT)
commit3c9ebd6957f951cf5f0145cc6ec4390b83e3a37b (patch)
tree0adc35adc3ded91599980da1383cfdd57a37dfbf
parent9ffdd22c239e9d5e10ef644fc285df4d52a6e159 (diff)
downloadcleanbuild-3c9ebd6957f951cf5f0145cc6ec4390b83e3a37b.zip
cleanbuild-3c9ebd6957f951cf5f0145cc6ec4390b83e3a37b.tar.gz
- ignore git and svn requirements
svn-id: @11495
-rwxr-xr-xfindbr2
1 files changed, 2 insertions, 0 deletions
diff --git a/findbr b/findbr
index 1aca8d2..3cbc1b0 100755
--- a/findbr
+++ b/findbr
@@ -222,6 +222,8 @@ while ( $_ = shift @lines ) {
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 );