diff options
| author | Charlie Sharpsteen | 2011-09-22 20:07:39 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-11-13 12:14:56 -0800 |
| commit | 028104b861b2723a41bfeac011f6720ea7298179 (patch) | |
| tree | b3ee29f8a9dc4f01cd613db27d285844e4531c58 /bin | |
| parent | 1d1cd374b38ef898d3dd64555052ade8edb74330 (diff) | |
| download | brew-028104b861b2723a41bfeac011f6720ea7298179.tar.bz2 | |
metadata: Record installation options
Adds a new class called `Tab` that acts as a recipt for install options. A
`Tab` can be serialized to a JSON file for future reference.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ HOMEBREW_BREW_FILE = ENV['HOMEBREW_BREW_FILE'] = File.expand_path(__FILE__) require 'pathname' HOMEBREW_LIBRARY_PATH = Pathname.new(__FILE__).realpath.dirname.parent.join("Library/Homebrew").to_s +$:.unshift(HOMEBREW_LIBRARY_PATH + '/vendor') $:.unshift(HOMEBREW_LIBRARY_PATH) require 'global' |
