aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-02 12:59:38 -0500
committerJack Nagel2014-05-02 12:59:38 -0500
commitadde053c96d03e01d8a479c700a9b8b6b42aafb8 (patch)
treea81c8d9b798b68da42ee15eefef1dacca1ccf824
parent5ff3f4b04dffa3ef2a03784c972eb82f53c17c4a (diff)
downloadhomebrew-adde053c96d03e01d8a479c700a9b8b6b42aafb8.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'