diff options
Diffstat (limited to 'Library/Homebrew/config.rb')
| -rw-r--r-- | Library/Homebrew/config.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Homebrew/config.rb b/Library/Homebrew/config.rb index 38d7c8043..30b7bc6c9 100644 --- a/Library/Homebrew/config.rb +++ b/Library/Homebrew/config.rb @@ -2,6 +2,8 @@ unless ENV["HOMEBREW_BREW_FILE"]    raise "HOMEBREW_BREW_FILE was not exported! Please call bin/brew directly!"  end +require "constants" +  # Path to `bin/brew` main executable in HOMEBREW_PREFIX  HOMEBREW_BREW_FILE = Pathname.new(ENV["HOMEBREW_BREW_FILE"]) | 
