diff options
| author | Jack Nagel | 2014-04-15 11:21:27 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-15 11:21:27 -0500 |
| commit | 1e6d843989bb95a75b9ff6a531a789fd0ec7e7a7 (patch) | |
| tree | 77c1cfa7935e1b2c30930367a4db4bbb7f9f4185 /Library/Homebrew/os | |
| parent | 67fbb313da8843234c4d1785c9c074af5a025394 (diff) | |
| download | homebrew-1e6d843989bb95a75b9ff6a531a789fd0ec7e7a7.tar.bz2 | |
Remove unnecessary xcode-select check
This is handled here:
https://github.com/Homebrew/homebrew/blob/67fbb313da8843234c4d1785c9c074af5a025394/Library/brew.rb#L34-46
Diffstat (limited to 'Library/Homebrew/os')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 8edf21183..b7447d4e3 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -96,11 +96,6 @@ module OS return $1 if $1 end - # Xcode 4.3 xc* tools hang indefinately if xcode-select path is set thus - # FIXME Is this still true? On what versions? Will the above xcodebuild - # call hang also? Document this. - raise if bad_xcode_select_path? - xcodebuild = which "xcodebuild" raise unless xcodebuild && xcodebuild != xcode43build |
