1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/grepmail/files/patch-aa
Chris D. Faulhaber f92103a8eb Update port to 4.80.
PR:		45728
Submitted by:	Maxim Tulyuk <mt@primats.org.ua>
2003-02-08 01:18:17 +00:00

12 lines
287 B
Plaintext

--- grepmail.orig Thu Oct 10 12:11:23 2002
+++ grepmail Fri Feb 7 20:16:41 2003
@@ -366,7 +366,7 @@
if ($opts{'E'})
{
# Have to do -Y before -h because the former implies the latter
- for my $option qw(e M S Y)
+ for my $option (qw(e M S Y))
{
if ($opts{$option})
{