diff options
| author | Jack Nagel | 2013-04-06 13:09:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-06 13:10:12 -0500 |
| commit | 89bb6664c48c54c3ff281d5b497b8d84143f5549 (patch) | |
| tree | ce49f80a3571a07ff8108888ac95034e766fcbc6 /Library/Homebrew | |
| parent | 64ef95e6761c4afb167fe1e3c6cd8eb4550b1c17 (diff) | |
| download | brew-89bb6664c48c54c3ff281d5b497b8d84143f5549.tar.bz2 | |
Replace literal paths to ruby with RUBY_PATH
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/--config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb index 1143d5d00..77ee3a219 100644 --- a/Library/Homebrew/cmd/--config.rb +++ b/Library/Homebrew/cmd/--config.rb @@ -107,7 +107,7 @@ module Homebrew extend self puts "OS X: #{MACOS_FULL_VERSION}-#{kernel}" puts "Xcode: #{xcode}" if xcode puts "CLT: #{clt}" if clt - puts "/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby:\n #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}" if RUBY_VERSION.to_f != 1.8 + puts "#{RUBY_PATH}:\n #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}" if RUBY_VERSION.to_f != 1.8 unless MacOS.compilers_standard? puts "GCC-4.0: build #{gcc_40}" if gcc_40 |
