aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
diff options
context:
space:
mode:
authorJack Nagel2013-04-01 12:56:56 -0500
committerJack Nagel2013-04-02 13:19:04 -0500
commit725704f7fb3bf86bbdb2341b48ba1c8045d0f664 (patch)
tree56dca3ac1b645a0094394dfdb35150b19f7449c1 /Library/Homebrew/compilers.rb
parente4cbfe11ec7fd646f231ed6418f7f06d55e21b0a (diff)
downloadhomebrew-725704f7fb3bf86bbdb2341b48ba1c8045d0f664.tar.bz2
Isolate compiler selector tests
Diffstat (limited to 'Library/Homebrew/compilers.rb')
-rw-r--r--Library/Homebrew/compilers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb
index f716256ef..a68d4f3d2 100644
--- a/Library/Homebrew/compilers.rb
+++ b/Library/Homebrew/compilers.rb
@@ -42,7 +42,7 @@ class CompilerQueue
end
class CompilerSelector
- def initialize(f, old_compiler=ENV.compiler)
+ def initialize(f, old_compiler)
@f = f
@old_compiler = old_compiler
@compilers = CompilerQueue.new