summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-10-28 05:34:15 (GMT)
committerTom Rini <trini@konsulko.com>2017-10-29 14:13:10 (GMT)
commitb79372ae94fbc9e30d014ad8ce830d2062539eb9 (patch)
treef7a206b2b9f89ba5a9d387a5717a5a13641d6b65 /scripts
parent9ef2684c033d325b08133e96e8744b4da9b69a58 (diff)
downloadu-boot-b79372ae94fbc9e30d014ad8ce830d2062539eb9.tar.xz
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>
Diffstat (limited to 'scripts')
-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 8b6037b..07800e6 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;