diff options
| author | Markus Reiter | 2017-03-06 11:39:07 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-03-06 11:41:29 +0100 |
| commit | 3e7f94d5b54799db72917b9c2d99f3e592c892a1 (patch) | |
| tree | bb69c78ccbad901a107342d1c7078ac37458a824 /Library/Homebrew/brew.rb | |
| parent | 29f431e85eedfeed7a44fc0300bd5797c481bfe0 (diff) | |
| download | brew-3e7f94d5b54799db72917b9c2d99f3e592c892a1.tar.bz2 | |
Move `cask` to `cmd/`.
Diffstat (limited to 'Library/Homebrew/brew.rb')
| -rw-r--r-- | Library/Homebrew/brew.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/brew.rb b/Library/Homebrew/brew.rb index ba43e65c4..aa38b54f4 100644 --- a/Library/Homebrew/brew.rb +++ b/Library/Homebrew/brew.rb @@ -53,9 +53,6 @@ begin ENV["PATH"] += "#{File::PATH_SEPARATOR}#{tap_cmd_dir}" end - # Add cask commands to PATH. - ENV["PATH"] += "#{File::PATH_SEPARATOR}#{HOMEBREW_LIBRARY}/Homebrew/cask/cmd" - # Add SCM wrappers. ENV["PATH"] += "#{File::PATH_SEPARATOR}#{HOMEBREW_SHIMS_PATH}/scm" |
