gettd.pl fix to bug that stopped tech roadmaps from being added up into the same file. Introduced in v0.5
authorvictorp@symbian.org
Fri, 14 Aug 2009 09:43:24 +0100
changeset 32 9cd541fe26d1
parent 31 d1d21a2aeabc
child 33 260e59c012bc
gettd.pl fix to bug that stopped tech roadmaps from being added up into the same file. Introduced in v0.5
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");