Remove debugging markers (oops)
This commit is contained in:
parent
6e8f5d0958
commit
df8d22a29b
@ -246,21 +246,16 @@ module Homebrew
|
|||||||
require "formula"
|
require "formula"
|
||||||
require "missing_formula"
|
require "missing_formula"
|
||||||
|
|
||||||
puts 1
|
|
||||||
raise UsageError if name.blank?
|
raise UsageError if name.blank?
|
||||||
|
|
||||||
puts 2
|
|
||||||
rack = Formulary.to_rack(name.downcase)
|
rack = Formulary.to_rack(name.downcase)
|
||||||
|
|
||||||
puts 3
|
|
||||||
dirs = rack.directory? ? rack.subdirs : []
|
dirs = rack.directory? ? rack.subdirs : []
|
||||||
raise NoSuchKegError, rack.basename if dirs.empty?
|
raise NoSuchKegError, rack.basename if dirs.empty?
|
||||||
|
|
||||||
puts 4
|
|
||||||
linked_keg_ref = HOMEBREW_LINKED_KEGS/rack.basename
|
linked_keg_ref = HOMEBREW_LINKED_KEGS/rack.basename
|
||||||
opt_prefix = HOMEBREW_PREFIX/"opt/#{rack.basename}"
|
opt_prefix = HOMEBREW_PREFIX/"opt/#{rack.basename}"
|
||||||
|
|
||||||
puts 5
|
|
||||||
begin
|
begin
|
||||||
if opt_prefix.symlink? && opt_prefix.directory?
|
if opt_prefix.symlink? && opt_prefix.directory?
|
||||||
Keg.new(opt_prefix.resolved_path)
|
Keg.new(opt_prefix.resolved_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user