diff --git a/apf b/apf index c39e4ac..6bf1d1c 100644 --- a/apf +++ b/apf @@ -94,7 +94,7 @@ if ($command =~ /^(f|se)/i) { chomp; ($file, $package) = split /\t/; - next unless $file =~ /$pattern/; + next unless $file =~ /$pattern/i; # output each package name only once next if grep(/$package/, @pkglist); push @pkglist, $package;