Fix: when comparing to zipped baseline the temporary file is not removed
authorDario Sestito <darios@symbian.org>
Mon, 21 Jun 2010 16:46:26 +0100
changeset 290 802d76cf07f1
parent 289 759aa5329d25
child 291 9195c2848015
Fix: when comparing to zipped baseline the temporary file is not removed
envinfo/envinfo.pl
--- a/envinfo/envinfo.pl	Mon Jun 21 16:41:04 2010 +0100
+++ b/envinfo/envinfo.pl	Mon Jun 21 16:46:26 2010 +0100
@@ -86,7 +86,7 @@
 		}
 		else
 		{
-			my $tmp_file = "tmp$$.txt";
+			$tmp_file = "tmp$$.txt";
 			system("ren envinfo.txt $tmp_file"); 
 			$target = $tmp_file;
 		}