Skip to content

Commit b79372a

Browse files
xyprontrini
authored andcommitted
scripts/get_maintainer.pl: enable find_maintainer_files
Many MAINTAINERS files are in subdirectories. We should enable searching these. Reported-by: Walt Feasel <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]>
1 parent 9ef2684 commit b79372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/get_maintainer.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
my $pattern_depth = 0;
6060
my $version = 0;
6161
my $help = 0;
62-
my $find_maintainer_files = 0;
62+
my $find_maintainer_files = 1;
6363

6464
my $vcs_used = 0;
6565

0 commit comments

Comments
 (0)