summaryrefslogtreecommitdiffstats
path: root/file.pl
diff options
context:
space:
mode:
authorlookshe <mail@lookshe.org>2012-02-06 12:28:12 +0100
committerlookshe <mail@lookshe.org>2012-02-06 12:28:12 +0100
commited521c96a03dad1f860bcc818482eed0ffadb378 (patch)
tree8fb6904ccffad6b35aabc304f0c2ffb7591faea5 /file.pl
parentd45663caaad3fb3f266f064b9c70955bf7d985c9 (diff)
removed unwanted entry from filelist
added !random to decision
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;
}