aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'