aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-07-19 23:28:56 -0500
committerJack Nagel2014-07-19 23:28:56 -0500
commit49151fcfe0123e22034d236277ad71f672ff21ca (patch)
tree591f2d6dd02efe0b60f467ccfdb2a47a5d21e8b3 /Library/Homebrew
parentc59dea49a5f50f3bce308f54e73c723e1fccae7b (diff)
downloadhomebrew-49151fcfe0123e22034d236277ad71f672ff21ca.tar.bz2
Default to stdout since other code calls this method
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/config.rb b/Library/Homebrew/cmd/config.rb
index 0e91845c6..037294655 100644
--- a/Library/Homebrew/cmd/config.rb
+++ b/Library/Homebrew/cmd/config.rb
@@ -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"