# HG changeset patch # User victorp@symbian.org # Date 1250239404 -3600 # Node ID 9cd541fe26d154535b9f8b6ac1f165524fe2b45c # Parent d1d21a2aeabc514500b0c7cc0fecaffffd4d2171 gettd.pl fix to bug that stopped tech roadmaps from being added up into the same file. Introduced in v0.5 diff -r d1d21a2aeabc -r 9cd541fe26d1 tdroadmap_merger/gettd.pl --- a/tdroadmap_merger/gettd.pl Wed Aug 12 10:21:15 2009 +0100 +++ b/tdroadmap_merger/gettd.pl Fri Aug 14 09:43:24 2009 +0100 @@ -312,7 +312,7 @@ if (not $csvfile) { if (not $ispackage) { $csvfile="output.csv"; - system ("rm output.csv"); + } else { $csvfile="output.txt"; system ("rm *output.txt");