aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-10-15 12:36:09 +0100
committerMax Howell2009-10-15 16:51:53 +0100
commit543a113712635b64bcfe0804acea0d8079b8bd44 (patch)
tree404789c8e1a0d62d5e72d0e3c763018c73d51762 /bin
parent6ad2907000d927e055cacf389228ebdc01fcc0d7 (diff)
downloadbrew-543a113712635b64bcfe0804acea0d8079b8bd44.tar.bz2
Some subdirs and renames to aid homebrew n00bs
The classes better reflect their contents. I'm sure this change may be contentious, but I am a sucker for trying to create source bases that are easy to get to grips with and easy to navigate. brewkit.rb is now a deprecated file.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/brew b/bin/brew
index d263fd6ca..368e4138d 100755
--- a/bin/brew
+++ b/bin/brew
@@ -104,9 +104,6 @@ begin
warn_about_macports_or_fink # keep warning before dependency resolution
unless ARGV.force?
- unless system "/usr/bin/which -s #{ENV.cc}"
- raise "We cannot find a c compiler, have you installed the latest Xcode?"
- end
formulae = ARGV.formulae.reject do |f|
if f.installed?
message = "Formula already installed: #{f.prefix}"