diff options
-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 65c6acf1bb3b..77f4f2e4cd81 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl | |||
@@ -304,7 +304,7 @@ foreach my $file (@ARGV) { | |||
304 | } | 304 | } |
305 | if ($from_filename) { | 305 | if ($from_filename) { |
306 | push(@files, $file); | 306 | push(@files, $file); |
307 | if (-f $file && ($keywords || $file_emails)) { | 307 | if ($file ne "MAINTAINERS" && -f $file && ($keywords || $file_emails)) { |
308 | open(my $f, '<', $file) | 308 | open(my $f, '<', $file) |
309 | or die "$P: Can't open $file: $!\n"; | 309 | or die "$P: Can't open $file: $!\n"; |
310 | my $text = do { local($/) ; <$f> }; | 310 | my $text = do { local($/) ; <$f> }; |