Commit d789504ab03c27b194170262cb4ffda38905c5c0

Authored by Joe Perches
Committed by Linus Torvalds
1 parent 1b5e1cf64a

scripts/get_maintainer.pl: better email name quoting

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

scripts/get_maintainer.pl
... ... @@ -356,6 +356,7 @@
356 356 my ($name, $email) = @_;
357 357  
358 358 $name =~ s/^\s+|\s+$//g;
  359 + $name =~ s/^\"|\"$//g;
359 360 $email =~ s/^\s+|\s+$//g;
360 361  
361 362 my $formatted_email = "";