aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-04-19 21:47:42 -0500
committerJack Nagel2014-04-19 21:47:42 -0500
commit749c877f032f4990581eec636ffcf1a826e5b4e9 (patch)
tree08eb70da6a5f60ffa8a7dbbc664b8ac1831dbeb7 /Library/Homebrew
parentbac25a77bf12c4b5bbf67b611fad0c99785440e1 (diff)
downloadbrew-749c877f032f4990581eec636ffcf1a826e5b4e9.tar.bz2
Add another comment
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb3
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