Rewrite postfix conditional

This commit is contained in:
Jack Nagel 2014-03-13 14:16:15 -05:00
parent 0f4f7aa271
commit 16fde6fbdb

View File

@ -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