aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-09-22 20:07:39 -0700
committerCharlie Sharpsteen2011-11-13 12:14:56 -0800
commit028104b861b2723a41bfeac011f6720ea7298179 (patch)
treeb3ee29f8a9dc4f01cd613db27d285844e4531c58 /bin
parent1d1cd374b38ef898d3dd64555052ade8edb74330 (diff)
downloadbrew-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-xbin/brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index cc76f78f9..e3539c4ae 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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'