diff options
| author | Adam Vandenberg | 2010-06-04 11:56:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-07 14:15:45 -0700 |
| commit | 385e3637f2679ff2b7aa66f5ce54e1d2d6953298 (patch) | |
| tree | 081c61c4ada150a504df0c2b3d13460ebb303a44 | |
| parent | d9dd462309ea728259a9bf626d9810cac89ef931 (diff) | |
| download | brew-385e3637f2679ff2b7aa66f5ce54e1d2d6953298.tar.bz2 | |
Remove silly concatenation.
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Dir.getwd rescue abort "The current working directory doesn't exist, cannot proc HOMEBREW_BREW_FILE = ENV['HOMEBREW_BREW_FILE'] = File.expand_path(__FILE__) require 'pathname' -HOMEBREW_LIBRARY_PATH = (Pathname.new(__FILE__).realpath.dirname.parent+"Library"+"Homebrew").to_s +HOMEBREW_LIBRARY_PATH = (Pathname.new(__FILE__).realpath.dirname.parent+"Library/Homebrew").to_s $:.unshift(HOMEBREW_LIBRARY_PATH) require 'global' |
