ARGV.verbose? is always false here
This commit is contained in:
parent
ab20ed0bc2
commit
8b2a8d0595
@ -578,10 +578,8 @@ class Formula
|
|||||||
Process.wait
|
Process.wait
|
||||||
|
|
||||||
unless $?.success?
|
unless $?.success?
|
||||||
unless ARGV.verbose?
|
f.flush
|
||||||
f.flush
|
Kernel.system "/usr/bin/tail", "-n", "5", logfn
|
||||||
Kernel.system "/usr/bin/tail", "-n", "5", logfn
|
|
||||||
end
|
|
||||||
f.puts
|
f.puts
|
||||||
require 'cmd/--config'
|
require 'cmd/--config'
|
||||||
Homebrew.write_build_config(f)
|
Homebrew.write_build_config(f)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user