scripts/get_maintainer.pl: better email name quoting
authorJoe Perches <[email protected]>
Tue, 16 Jun 2009 22:34:02 +0000 (15:34 -0700)
committerLinus Torvalds <[email protected]>
Wed, 17 Jun 2009 02:47:54 +0000 (19:47 -0700)
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/get_maintainer.pl

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