diff options
| author | AnastasiaSulyagina | 2016-08-18 22:40:05 +0300 |
|---|---|---|
| committer | AnastasiaSulyagina | 2016-08-19 14:50:27 +0300 |
| commit | 092e2797e156a36acd750d2783a18b47305a9747 (patch) | |
| tree | fbe7354cc4a98158a53c56f317e8419dae3fd883 /Library/Homebrew/brew.rb | |
| parent | e81f4ab7deeb40308f240be5ea00091fc8786d7a (diff) | |
| download | brew-092e2797e156a36acd750d2783a18b47305a9747.tar.bz2 | |
edits
Diffstat (limited to 'Library/Homebrew/brew.rb')
| -rw-r--r-- | Library/Homebrew/brew.rb | 3 |
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" |
