diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 6b2f5ea0c..8fad2b48b 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -105,7 +105,6 @@ module Homebrew extend self fi = FormulaInstaller.new(f) fi.install fi.caveats - f.linked_keg.unlink if f.linked_keg.directory? and f.linked_keg.realpath == f.prefix fi.finish rescue FormulaAlreadyInstalledError => e opoo e.message |
