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 19854f51c8f3..3e733146cd51 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl | |||
@@ -165,7 +165,7 @@ foreach my $file (@ARGV) { | |||
165 | } | 165 | } |
166 | close(PATCH); | 166 | close(PATCH); |
167 | if ($file_cnt == @files) { | 167 | if ($file_cnt == @files) { |
168 | die "$P: file '${file}' doesn't appear to be a patch. " | 168 | warn "$P: file '${file}' doesn't appear to be a patch. " |
169 | . "Add -f to options?\n"; | 169 | . "Add -f to options?\n"; |
170 | } | 170 | } |
171 | @files = sort_and_uniq(@files); | 171 | @files = sort_and_uniq(@files); |