From 16fde6fbdb094d0e31f63d69f596461ba294000f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Mar 2014 14:16:15 -0500 Subject: [PATCH] Rewrite postfix conditional --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 6922430e81..38ecf30bf0 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -419,7 +419,7 @@ class FormulaInstaller end def build_time - @build_time ||= Time.now - @start_time unless interactive? or @start_time.nil? + @build_time ||= Time.now - @start_time if @start_time && !interactive? end def sanitized_ARGV_options