diff options
-rwxr-xr-x | src/tools/copyright.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl index d52a67e347d..739f1829958 100755 --- a/src/tools/copyright.pl +++ b/src/tools/copyright.pl @@ -23,7 +23,7 @@ print "Using current year: $year\n"; find({wanted => \&wanted, no_chdir => 1}, '.'); sub wanted { - # prevent corruption of git indexes, ./.git + # prevent corruption of git indexes by ignoring any .git/ if ($_ eq '.git') { $File::Find::prune = 1; |