diff options
| author | Mike McQuaid | 2014-04-15 13:18:04 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-23 08:15:30 +0100 |
| commit | 165fdf4617b6ebefebfff47237626ac816a86cf8 (patch) | |
| tree | 71b53dcf0399f641ad2e06a34579201ffddbf153 /Library/Contributions/cmd | |
| parent | 317a91bc1c6cd902ceae962fa0b1ddc0e57f775e (diff) | |
| download | brew-165fdf4617b6ebefebfff47237626ac816a86cf8.tar.bz2 | |
Use gcc instead of apple-gcc42 when needed.
Diffstat (limited to 'Library/Contributions/cmd')
| -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 |
