aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-02 12:59:38 -0500
committerJack Nagel2014-05-02 12:59:38 -0500
commit2b46af5136675de632c8791f675e85532b3c3eee (patch)
tree20e01370a7bf40e6b5e0d3145ff92ff60a15fa96
parentf6d81cf7628442808b4ecd77fa5d267433bf224d (diff)
downloadbrew-2b46af5136675de632c8791f675e85532b3c3eee.tar.bz2
No need to put vendor on the load path
-rwxr-xr-xLibrary/brew.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index 60967748c..12ef02608 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -12,7 +12,6 @@ end
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'