mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
add parenthesis to keep arguments as a list.
This commit is contained in:
parent
2fcb287555
commit
dfc4a9c642
@ -4,8 +4,8 @@
|
||||
# mailprocessing program.
|
||||
|
||||
|
||||
# $Revision: 1.11 $
|
||||
# $Date: 2002/05/01 04:12:29 $
|
||||
# $Revision: 1.12 $
|
||||
# $Date: 2002/05/01 17:07:48 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/MailProcess.pm,v $
|
||||
# $Name: $
|
||||
@ -170,7 +170,7 @@ sub parse_mail_header {
|
||||
|
||||
|
||||
sub parse_tinderbox_vars {
|
||||
my $error_context = @_;
|
||||
my ($error_context) = @_;
|
||||
|
||||
# Ignore all lines in the mail till we find the tinderbox lines, so
|
||||
# the lines we want should be at the top of the mail. We ignore the
|
||||
|
Loading…
Reference in New Issue
Block a user