diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index c2c115900f..e22914d66d 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"