From: Tilman Sauerbeck Date: Sat, 12 Aug 2006 20:03:53 +0000 (+0200) Subject: Delete the temporary file when we're done with it. X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=commitdiff_plain;h=68ac0d71a7854f295b8edae4b66f069497b5ad30 Delete the temporary file when we're done with it. --- diff --git a/rake/configuretask.rb b/rake/configuretask.rb index 9a20f79..d0e0983 100644 --- a/rake/configuretask.rb +++ b/rake/configuretask.rb @@ -148,6 +148,8 @@ module Rake exec(bin) rescue SystemCallError exit 0xb00bface + ensure + tf.close end end