From: Joe Perches Date: Tue, 16 Jun 2009 22:34:02 +0000 (-0700) Subject: scripts/get_maintainer.pl: better email name quoting X-Git-Tag: v2.6.31-rc1~299^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d789504ab03c27b194170262cb4ffda38905c5c0;p=thirdparty%2Flinux.git scripts/get_maintainer.pl: better email name quoting Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 7cf4309932f30..159ce64ad26b6 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -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 = "";