From ac1fd380759ebe9aa3fe42465cd5d38b209c32b5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 3 Dec 2013 22:16:37 -0600 Subject: Make CompilerSelectionError an InstallationError Fixes #19962. --- Library/Homebrew/compilers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/compilers.rb') diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 6f5b570b0..9561fc0fb 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -73,7 +73,7 @@ class CompilerSelector end while @f.fails_with?(cc) if cc.nil? - raise CompilerSelectionError + raise CompilerSelectionError.new(@f) else cc.name end -- cgit v1.2.3