aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/brew.rb
diff options
context:
space:
mode:
authorAnastasiaSulyagina2016-08-18 22:40:05 +0300
committerAnastasiaSulyagina2016-08-19 14:50:27 +0300
commit092e2797e156a36acd750d2783a18b47305a9747 (patch)
treefbe7354cc4a98158a53c56f317e8419dae3fd883 /Library/Homebrew/brew.rb
parente81f4ab7deeb40308f240be5ea00091fc8786d7a (diff)
downloadbrew-092e2797e156a36acd750d2783a18b47305a9747.tar.bz2
edits
Diffstat (limited to 'Library/Homebrew/brew.rb')
-rw-r--r--Library/Homebrew/brew.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.rb b/Library/Homebrew/brew.rb
index 15c1ee4ff..d4e348c3f 100644
--- a/Library/Homebrew/brew.rb
+++ b/Library/Homebrew/brew.rb
@@ -51,6 +51,9 @@ 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"