diff options
| author | Jack Nagel | 2012-07-12 03:10:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-25 12:04:42 -0500 |
| commit | 74839417ea8bf7ebfabe217025307b07fc5fa393 (patch) | |
| tree | 1d90132e5c28b6efc7efafd318a34d997c4f156c /Library/Homebrew/xcode.rb | |
| parent | a772fb97ab9b25bbecf78192c01e6252dfdb89cc (diff) | |
| download | brew-74839417ea8bf7ebfabe217025307b07fc5fa393.tar.bz2 | |
Rename xctools_fucked?
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/xcode.rb')
| -rw-r--r-- | Library/Homebrew/xcode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/xcode.rb b/Library/Homebrew/xcode.rb index ab3062ed0..0c8139c62 100644 --- a/Library/Homebrew/xcode.rb +++ b/Library/Homebrew/xcode.rb @@ -12,7 +12,7 @@ module MacOS::Xcode extend self end # Xcode 4.3 tools hang if "/" is set - def xctools_fucked? + def bad_xcode_select_path? folder == "/" end @@ -68,7 +68,7 @@ module MacOS::Xcode extend self end # Xcode 4.3 xc* tools hang indefinately if xcode-select path is set thus - raise if xctools_fucked? + raise if bad_xcode_select_path? raise unless which "xcodebuild" `xcodebuild -version 2>/dev/null` =~ /Xcode (\d(\.\d)*)/ |
