From: Frank Lichtenheld Date: Thu, 23 Feb 2006 11:41:26 +0000 (+0000) Subject: Now that we have changed the nesting of the loops remove workaround X-Git-Tag: switch-to-templates~54 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=8b6cf96e83c44179ff279538a250b21ad936fabe;p=deb%2Fpackages.git Now that we have changed the nesting of the loops remove workaround needed for the previous one --- diff --git a/bin/parse-packages b/bin/parse-packages index f252a29..34ac95d 100755 --- a/bin/parse-packages +++ b/bin/parse-packages @@ -143,7 +143,7 @@ for my $suite (@SUITES) { } } - open NAMES, '>>', "$DBDIR/package_names_$suite.txt.new" + open NAMES, '>', "$DBDIR/package_names_$suite.txt.new" or die "Error creating package names list: $!"; foreach (sort keys %package_names_suite) { print NAMES "$_\n";