summaryrefslogtreecommitdiffstats
path: root/file.pl
diff options
context:
space:
mode:
Diffstat (limited to 'file.pl')
-rw-r--r--file.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.pl b/file.pl
index 6bc1faa..28aa08b 100644
--- a/file.pl
+++ b/file.pl
@@ -68,7 +68,7 @@ if ($found == 0) {
if ($$list[$i] =~ /^.$type.+/i) {
last;
}
- if ($$list[$i] !~ /^.$type$/i) {
+ if ($$list[$i] !~ /^.$type$/i & $$list[$i] !~ /^Next matched file extensions?$/) {
print ".$type is $$list[$i]\n";
$found = 1;
}