diff options
| author | Jack Nagel | 2014-04-19 21:47:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-19 21:47:42 -0500 |
| commit | 4371b49ac45f783096a5f4cf36a5b7ca748ba7f2 (patch) | |
| tree | c6dbd10c0fecefd3789251c27eadd58bb32b9a23 /Library/Homebrew/os/mac/xcode.rb | |
| parent | 151b69472863ed450b86a6f9e200594ae5901da6 (diff) | |
| download | homebrew-4371b49ac45f783096a5f4cf36a5b7ca748ba7f2.tar.bz2 | |
Add another comment
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 6102be841..41f809835 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -9,7 +9,8 @@ module OS # Locate the "current Xcode folder" via xcode-select. See: # man xcode-select - # NOTE!! use Xcode.prefix rather than this generally! + # TODO Should this be moved to OS::Mac? As of 10.9 this is referred to + # as the "developer directory", and be either a CLT or Xcode instance. def folder @folder ||= `xcode-select -print-path 2>/dev/null`.strip end |
