Skip to content

Commit

Permalink
1.9 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Apr 9, 2010
1 parent 720697d commit 94f8e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/rup
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def logging(dest)
yield
else
FileUtils.mkdir_p(File.dirname(dest))
File.open(dest, "wb") { |$logfile|
File.open(dest, "wb") { |logfile|
$logfile = logfile
yield
}
end
Expand Down

0 comments on commit 94f8e05

Please sign in to comment.