Skip to content
Snippets Groups Projects
Commit c18eea6a authored by Jack Nagel's avatar Jack Nagel
Browse files

Default to stdout since other code calls this method

parent 74ad97ce
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ module Homebrew
end
# we try to keep output minimal
def dump_build_config(f)
def dump_build_config(f=STDOUT)
f.puts "HOMEBREW_VERSION: #{HOMEBREW_VERSION}"
f.puts "HEAD: #{head}"
f.puts "HOMEBREW_PREFIX: #{HOMEBREW_PREFIX}" if HOMEBREW_PREFIX.to_s != "/usr/local"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment