X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=gen_website;fp=gen_website;h=6204a12cffc6db120555344add87749ccf05e46c;hb=cb7f96bef3507b67a0418a8cb7f93af440a1ec4e;hp=f0cab8d7f13b879604af29619d95e29568ae269d;hpb=63600ba821a6c1b4444e64fc2cc263a383747384;p=grml.org.git diff --git a/gen_website b/gen_website index f0cab8d..6204a12 100755 --- a/gen_website +++ b/gen_website @@ -84,7 +84,7 @@ foreach my $file (@files) { next if $file =~ /$0$/; if ($file =~ /\.tt2$/) { my $output; - $template->process($file, undef, \$output) + $template->process($file, { mirrors => $mirrors }, \$output) || die "Could not process file \"$file\": $!"; my ($name,$path,$suffix) = fileparse($file,qw (.tt2));