aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJosh Hagins2015-12-09 16:26:13 -0500
committerMike McQuaid2015-12-10 09:32:53 +0000
commitd5de719c2b7784fe933d7e804f1593ce1d58a2de (patch)
treef15a03213e3531e2adc17b2565a3d30fa87517e2 /Library
parent6d384a730f08ad01c7c3bcfb127bd9dd5e329a18 (diff)
downloadbrew-d5de719c2b7784fe933d7e804f1593ce1d58a2de.tar.bz2
Do not `brew install brew-cask`
Refs caskroom/homebrew-cask#15381 Closes Homebrew/homebrew#46845.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 41cefb833..4eb6f1660 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?