diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:17:32 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:17:32 +0200 |
| commit | 0e21a77db5f08a70f73eea70c5edcb4f03ddb119 (patch) | |
| tree | 60adac6fccbb8605e9fdcdfc6bf77647bf836164 /dev.buetow.org/content/home.xml | |
| parent | 47f218e4dbf1c236ae2024740c3765e67a36b068 (diff) | |
foo
Diffstat (limited to 'dev.buetow.org/content/home.xml')
| -rw-r--r-- | dev.buetow.org/content/home.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 0778d4c..961d985 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -39,8 +39,7 @@ my $ret = ''; - for my $found (@found) { - next if $found =~ /\.foo$/; + for my $found (grep !/\.foo$/, @found) { $found =~ /.*hosts.(.*?).$tag/; my $host = $1; |
