Explorar o código

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>
Heinrich Schuchardt %!s(int64=7) %!d(string=hai) anos
pai
achega
b79372ae94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/get_maintainer.pl

+ 1 - 1
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;