diff options
| author | Jack Nagel | 2014-05-02 12:59:38 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-02 12:59:38 -0500 | 
| commit | adde053c96d03e01d8a479c700a9b8b6b42aafb8 (patch) | |
| tree | a81c8d9b798b68da42ee15eefef1dacca1ccf824 /Library/brew.rb | |
| parent | 5ff3f4b04dffa3ef2a03784c972eb82f53c17c4a (diff) | |
| download | homebrew-adde053c96d03e01d8a479c700a9b8b6b42aafb8.tar.bz2 | |
No need to put vendor on the load path
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 1 | 
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' | 
