common/tools/populateziptemplate.pl
changeset 644 7d99049bc47b
parent 614 ebd02353c4d9
child 656 4fd3846740b0
--- a/common/tools/populateziptemplate.pl	Mon Oct 12 11:52:51 2009 +0100
+++ b/common/tools/populateziptemplate.pl	Mon Oct 12 13:26:30 2009 +0100
@@ -213,6 +213,9 @@
 
 # Output all rnd files into exclude list for later
 open my $fh, ">", $rndExcludes or die "Cannot write exlude file!";
-print $fh @allRndFiles;
+foreach (@allRndFiles)
+{
+	print $fh "$_\n";
+}
 close $fh;