diff options
Diffstat (limited to 'Library/Homebrew')
| -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" |
