summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-10-28 07:34:15 +0200
committerTom Rini <trini@konsulko.com>2017-10-29 10:13:10 -0400
commitb79372ae94fbc9e30d014ad8ce830d2062539eb9 (patch)
treef7a206b2b9f89ba5a9d387a5717a5a13641d6b65
parent9ef2684c033d325b08133e96e8744b4da9b69a58 (diff)
scripts/get_maintainer.pl: enable find_maintainer_files
Many MAINTAINERS files are in subdirectories. We should enable searching these. Reported-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rwxr-xr-xscripts/get_maintainer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 8b6037b73f..07800e62d1 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -59,7 +59,7 @@ my $from_filename = 0;
my $pattern_depth = 0;
my $version = 0;
my $help = 0;
-my $find_maintainer_files = 0;
+my $find_maintainer_files = 1;
my $vcs_used = 0;