blob: c428c2243056feae0e7bf7d54a009f72676f3a36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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})
{
|