gettd.pl fix to bug that stopped tech roadmaps from being added up into the same file. Introduced in v0.5
--- 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");