diff -r 759aa5329d25 -r 802d76cf07f1 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; }