From: Tilman Sauerbeck Date: Tue, 15 Aug 2006 16:17:38 +0000 (+0200) Subject: Don't try to close the temporary file. X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=commitdiff_plain;h=0b896e88e712ca534bdeda68b7142fc1d8d23179 Don't try to close the temporary file. --- diff --git a/rake/configuretask.rb b/rake/configuretask.rb index 1b24f72..08a4ebc 100644 --- a/rake/configuretask.rb +++ b/rake/configuretask.rb @@ -146,8 +146,6 @@ module Rake exec(bin) rescue SystemCallError exit 255 - ensure - tf.close end end