diff options
| author | Jack Nagel | 2014-05-21 16:56:59 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-21 16:57:02 -0500 | 
| commit | b1c558f3a34695c6ccd1b0e1fc7e6a2b1227a613 (patch) | |
| tree | fc229f8f9fd52a4a66b9e0ab9dd6f16ea4e82fe8 | |
| parent | 69fc90dd0121542f11ceec88403f871f8ed23436 (diff) | |
| download | homebrew-b1c558f3a34695c6ccd1b0e1fc7e6a2b1227a613.tar.bz2 | |
No, really allow Xcode to satisfy the installer
| -rwxr-xr-x | install | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -158,7 +158,7 @@ sudo "/bin/chmod", "g+rwx", HOMEBREW_CACHE  if macos_version >= "10.9"    developer_dir = `/usr/bin/xcode-select -print-path 2>/dev/null`.chomp -  if developer_dir.empty? || !File.exist?("#{developer_dir}/usr/bin/clang") +  if developer_dir.empty? || !File.exist?("#{developer_dir}/usr/bin/xcrun")      ohai "Installing the Command Line Tools (expect a GUI popup):"      sudo "/usr/bin/xcode-select", "--install"      puts "Press any key when the installation has completed." | 
