projects
/
ruby-vorbistagger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12497b3
)
Delete the temporary file when we're done with it.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 12 Aug 2006 20:03:53 +0000
(22:03 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:44 +0000
(19:33 +0200)
rake/configuretask.rb
patch
|
blob
|
history
diff --git
a/rake/configuretask.rb
b/rake/configuretask.rb
index 9a20f794f59c7ed0445e40ccd9e13c67766b0961..d0e0983fe07d092d975657c0e3de83b84e2d019b 100644
(file)
--- 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