From ed521c96a03dad1f860bcc818482eed0ffadb378 Mon Sep 17 00:00:00 2001 From: lookshe Date: Mon, 6 Feb 2012 12:28:12 +0100 Subject: removed unwanted entry from filelist added !random to decision --- file.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.pl') 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; } -- cgit v1.2.3