diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 5f455486a7..1cf128788e 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -370,7 +370,7 @@ class FormulaInstaller $stderr.puts "Please report this to the #{formula.tap} tap!" false else - f.linked_keg.exist? && f.opt_prefix.exist? + f.linked_keg.exist? && f.opt_prefix.exist? end raise FormulaConflictError.new(formula, conflicts) unless conflicts.empty? diff --git a/Library/Homebrew/utils/fork.rb b/Library/Homebrew/utils/fork.rb index 866eb407da..ea6127408f 100644 --- a/Library/Homebrew/utils/fork.rb +++ b/Library/Homebrew/utils/fork.rb @@ -54,7 +54,7 @@ module Utils exit! else - exit!(true) + exit!(true) end ignore_interrupts(:quietly) do # the child will receive the interrupt and marshal it back