aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-06 19:24:17 -0500
committerJack Nagel2013-08-06 19:24:17 -0500
commit2679f68cf1b4684a4dc4d95a586ac84085731fd8 (patch)
treef4eb4caed2c2f805d5b0367e0efc0b95c57dd349 /Library
parentf57ec1fe263b4ce729f9e399ecd1aa252fe2d511 (diff)
downloadhomebrew-2679f68cf1b4684a4dc4d95a586ac84085731fd8.tar.bz2
style
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/superenv.rb2
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"