diff options
| author | Jack Nagel | 2014-05-01 18:36:46 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-01 18:36:46 -0500 | 
| commit | 78ed677ba2dab74dec7983c56b6f77f96c8da182 (patch) | |
| tree | 93d9c1f07b98e0c0b2995669190ad8a2c4d1105d /Library/brew.rb | |
| parent | 94bc0b8b76197c581af28294149faa987e4e322d (diff) | |
| download | homebrew-78ed677ba2dab74dec7983c56b6f77f96c8da182.tar.bz2 | |
Rename Xcode.folder to MacOS.active_developer_dir
This reflects what Apple calls it in more recent versions of Xcode/OS X.
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/brew.rb b/Library/brew.rb index 592719340..ae9b37d6b 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -34,7 +34,7 @@ end  # Check for bad xcode-select before anything else, because `doctor` and  # many other things will hang  # Note that this bug was fixed in 10.9 -if OS.mac? && MacOS.version < :mavericks && MacOS::Xcode.folder == "/" +if OS.mac? && MacOS.version < :mavericks && MacOS.active_developer_dir == "/"    odie <<-EOS.undent    Your xcode-select path is currently set to '/'.    This causes the `xcrun` tool to hang, and can render Homebrew unusable. | 
