Browse Source

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>
Joe Perches 16 years ago
parent
commit
d789504ab0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/get_maintainer.pl

+ 1 - 0
scripts/get_maintainer.pl

@@ -356,6 +356,7 @@ sub format_email {
     my ($name, $email) = @_;
     my ($name, $email) = @_;
 
 
     $name =~ s/^\s+|\s+$//g;
     $name =~ s/^\s+|\s+$//g;
+    $name =~ s/^\"|\"$//g;
     $email =~ s/^\s+|\s+$//g;
     $email =~ s/^\s+|\s+$//g;
 
 
     my $formatted_email = "";
     my $formatted_email = "";