diff options
| author | Charlie Sharpsteen | 2011-09-22 20:07:39 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-11-13 12:14:56 -0800 |
| commit | 9e773c334469bf64cb9379b1f5dbc018d2d19364 (patch) | |
| tree | 9d3c2903fcb33e80c2dc2c6b3ba4b345fcb8ee78 /bin/brew | |
| parent | 605dedb816f0ed2f7e3d49138b869686c8401e6d (diff) | |
| download | homebrew-9e773c334469bf64cb9379b1f5dbc018d2d19364.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/brew')
| -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' |
