From d5de719c2b7784fe933d7e804f1593ce1d58a2de Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Wed, 9 Dec 2015 16:26:13 -0500 Subject: [PATCH] Do not `brew install brew-cask` Refs caskroom/homebrew-cask#15381 Closes Homebrew/homebrew#46845. --- Library/Homebrew/cmd/install.rb | 2 -- share/doc/homebrew/External-Commands.md | 1 - 2 files changed, 3 deletions(-) diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 41cefb833f..4eb6f1660f 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -25,8 +25,6 @@ module Homebrew formulae = [] if ARGV.casks.any? - brew_cask = Formulary.factory("brew-cask") - install_formula(brew_cask) unless brew_cask.installed? args = [] args << "--force" if ARGV.force? args << "--debug" if ARGV.debug? diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md index 0a5b97e4da..967ee739ed 100644 --- a/share/doc/homebrew/External-Commands.md +++ b/share/doc/homebrew/External-Commands.md @@ -73,7 +73,6 @@ These commands have been contributed by Homebrew users but are not included in t > Install using: > ``` $ brew tap caskroom/cask - $ brew install brew-cask > ``` ### brew-gem