diff options
| author | Baptiste Fontaine | 2015-11-13 16:43:43 +0100 | 
|---|---|---|
| committer | Baptiste Fontaine | 2015-11-17 00:17:22 +0100 | 
| commit | 24a1eeceb3fa5a90db58898340ad20132e0c9514 (patch) | |
| tree | 8e1d9c7e4616f8e8cc78938fe9b8fe2640a56d2c /Library/Homebrew/exceptions.rb | |
| parent | c55080abd52aa03adee48305ae6c6db4dfbe130c (diff) | |
| download | brew-24a1eeceb3fa5a90db58898340ad20132e0c9514.tar.bz2 | |
Common build environment methods moved in build_environment.rb
Closes Homebrew/homebrew#45966.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 23c227825..55444469f 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -241,7 +241,7 @@ class BuildError < RuntimeError        end      else        require "cmd/config" -      require "cmd/--env" +      require "build_environment"        ohai "Formula"        puts "Tap: #{formula.tap}" if formula.tap? | 
