diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ sub show_content { foreach my $part (@{$connection}) { foreach (@{$part->{extra}}) { - if (not (defined $ignore_info and $_ =~ /$ignore_info/i)) { + if (not (length($ignore_info) and $_ =~ /$ignore_info/i)) { print "# $_\n"; } } |