diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:16:00 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:16:00 +0200 |
| commit | 7acaca39eb95fa7dee6a64c18bdb50668b79de9f (patch) | |
| tree | edec226ed00b1dd641c05c0ac45b58f5e6477de6 | |
| parent | 80c9bb399066b696adbd026ce6b4d136f56c31ba (diff) | |
foo
| -rw-r--r-- | dev.buetow.org/content/home.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index f1761ab..2ce05e5 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -38,6 +38,7 @@ for my $found (@found) { + next if $found =~ /\.foo$/; $found =~ /.*hosts.(.*?).$tag/; my $host = $1; |
