aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMike McQuaid2014-04-15 13:18:04 +0100
committerMike McQuaid2014-04-23 08:15:30 +0100
commit5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f (patch)
tree00fa684b40e27bd630e20daa41ecab62ab53cf6f /Library/Contributions
parent8723dba421079a546486119a9677e218987ba6a0 (diff)
downloadhomebrew-5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f.tar.bz2
Use gcc instead of apple-gcc42 when needed.
Diffstat (limited to 'Library/Contributions')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
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