diff options
| author | Jack Nagel | 2013-08-06 19:24:17 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-06 19:24:17 -0500 |
| commit | 2679f68cf1b4684a4dc4d95a586ac84085731fd8 (patch) | |
| tree | f4eb4caed2c2f805d5b0367e0efc0b95c57dd349 /Library | |
| parent | f57ec1fe263b4ce729f9e399ecd1aa252fe2d511 (diff) | |
| download | homebrew-2679f68cf1b4684a4dc4d95a586ac84085731fd8.tar.bz2 | |
style
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/superenv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index c2c115900..e22914d66 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -104,7 +104,7 @@ class << ENV if MacOS.locate('gcc-4.2') || gcc_installed "gcc-4.2" else - raise("gcc-4.2 not found!") + raise "gcc-4.2 not found!" end elsif ARGV.include? '--use-llvm' "llvm-gcc" |
