diff options
| author | Jack Nagel | 2013-07-28 16:43:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-28 16:43:22 -0500 |
| commit | 325db99a3cc40b03fae8328b7bbcfe1efb6c6e0b (patch) | |
| tree | 63227e431ad60c6ccb24366d4e4b04625a5ea2ac /Library/Homebrew/test/testing_env.rb | |
| parent | 366cb87aecf41fcc590e5c51955d96da68ca33c8 (diff) | |
| download | brew-325db99a3cc40b03fae8328b7bbcfe1efb6c6e0b.tar.bz2 | |
RbConfig::CONFIG['bindir'] is already a string
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index 474df0121..9e04f2c33 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -26,7 +26,7 @@ HOMEBREW_WWW = 'http://example.com' HOMEBREW_CURL_ARGS = '-fsLA' HOMEBREW_VERSION = '0.9-test' -RUBY_BIN = Pathname.new("#{RbConfig::CONFIG['bindir']}") +RUBY_BIN = Pathname.new(RbConfig::CONFIG['bindir']) RUBY_PATH = RUBY_BIN + RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT'] MACOS = true |
