Skip to content

Commit

Permalink
scripts/get_maintainer.pl: better email name quoting
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
JoePerches authored and torvalds committed Jun 17, 2009
1 parent 1b5e1cf commit d789504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_maintainer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit d789504

Please sign in to comment.