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
commit9e773c334469bf64cb9379b1f5dbc018d2d19364 (patch)
tree9d3c2903fcb33e80c2dc2c6b3ba4b345fcb8ee78 /bin
parent605dedb816f0ed2f7e3d49138b869686c8401e6d (diff)
downloadhomebrew-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')
-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'