We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eb06a commit bed762cCopy full SHA for bed762c
src/tools/copyright.pl
@@ -24,7 +24,7 @@
24
25
sub wanted {
26
# prevent corruption of git indexes, ./.git
27
- if ($File::Find::name =~ m{^\./\.git$})
+ if ($_ eq '.git')
28
{
29
$File::Find::prune = 1;
30
return;
0 commit comments