From 8f6d4ea021373864aa8531fb4e6e4e2f5ca4252b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Dec 2012 19:51:01 -0600 Subject: Revert "Add launchctl_instructions method" This code makes assumptions about the existence of prefix which are valid in the context of the installer, but not necessarily in the context of `brew info`, thus `brew info` on an outdated formula errors out. This reverts commit e5b53dd64b769b67805d1054d906f7083939d905. --- Library/Homebrew/cmd/info.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index f35c004bb..a5da4e81d 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -124,8 +124,6 @@ module Homebrew extend self puts f.caveats end - f.launchctl_instructions - rescue FormulaUnavailableError # check for DIY installation d = HOMEBREW_PREFIX+name -- cgit v1.2.3