diff options
| author | Jack Nagel | 2013-08-06 19:24:17 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-06 19:24:17 -0500 |
| commit | f6622b06e567efc12e3bc6ec1e355557fd1232cb (patch) | |
| tree | a2e09b5299a6b7833f0630aef99c1b3cf2ceb2b3 | |
| parent | 467419c1f35655174f9460c4ba540de112d46411 (diff) | |
| download | brew-f6622b06e567efc12e3bc6ec1e355557fd1232cb.tar.bz2 | |
style
| -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" |
