From c18eea6a17b3818d70e20389c8200939a764ec8e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Jul 2014 23:28:56 -0500 Subject: Default to stdout since other code calls this method --- Library/Homebrew/cmd/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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" -- cgit v1.2.3