diff options
| author | Heinrich Schuchardt <[email protected]> | 2017-10-28 07:34:15 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-10-29 10:13:10 -0400 |
| commit | b79372ae94fbc9e30d014ad8ce830d2062539eb9 (patch) | |
| tree | f7a206b2b9f89ba5a9d387a5717a5a13641d6b65 | |
| parent | 9ef2684c033d325b08133e96e8744b4da9b69a58 (diff) | |
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]>
| -rwxr-xr-x | scripts/get_maintainer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 8b6037b73f6..07800e62d19 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; |
