diff options
| author | Mike McQuaid | 2014-04-15 13:18:04 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-23 08:15:30 +0100 |
| commit | 5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f (patch) | |
| tree | 00fa684b40e27bd630e20daa41ecab62ab53cf6f /Library/Contributions | |
| parent | 8723dba421079a546486119a9677e218987ba6a0 (diff) | |
| download | homebrew-5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f.tar.bz2 | |
Use gcc instead of apple-gcc42 when needed.
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index a39b096b1..8d0a7d197 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -278,7 +278,7 @@ class Test CompilerSelector.new(formula_object).compiler rescue CompilerSelectionError => e unless installed_gcc - test "brew install apple-gcc42" + test "brew install gcc" installed_gcc = true retry end |
