diff options
| author | Jack Nagel | 2013-06-12 17:25:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-12 17:25:29 -0500 |
| commit | 5f032942ed89cc56587041cab112c38866cc6025 (patch) | |
| tree | 602fa7c1bb3d6783635ac8b59c4e0601fe8c26d5 /Library/Homebrew/build.rb | |
| parent | 3f5f21fbe027135f730cf444f0c37eff2460e3b4 (diff) | |
| download | homebrew-5f032942ed89cc56587041cab112c38866cc6025.tar.bz2 | |
Remove unused variable
Diffstat (limited to 'Library/Homebrew/build.rb')
| -rwxr-xr-x | Library/Homebrew/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index 461d71118..25e2b31c4 100755 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -140,7 +140,7 @@ class Build if f.fails_with? ENV.compiler begin - ENV.send CompilerSelector.new(f, ENV.compiler).compiler + ENV.send CompilerSelector.new(f).compiler rescue CompilerSelectionError => e raise e.message end |
