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
commit2f49fd07b14875e7fad02ee8b8ac93af87ff7f72 (patch)
tree02034d92d10a7d9933c8e557a184372926a1b2f2 /Library/Homebrew/compilers.rb
parentc679e557ba735b932eee7c37facf6ec147c265d0 (diff)
downloadbrew-2f49fd07b14875e7fad02ee8b8ac93af87ff7f72.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