From 089af6627aad3f6e166705102548a0bf4f4c59fc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 May 2014 17:10:08 -0500 Subject: Always use stub tools in /usr/bin on 10.9 --- Library/ENV/4.3/xcrun | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/ENV') diff --git a/Library/ENV/4.3/xcrun b/Library/ENV/4.3/xcrun index a4d2beacf..7443cec17 100755 --- a/Library/ENV/4.3/xcrun +++ b/Library/ENV/4.3/xcrun @@ -15,6 +15,7 @@ arg0 = ARGV.shift exe = "/usr/bin/#{arg0}" if File.executable?(exe) + exec(exe, *ARGV) if ENV["HOMEBREW_PREFER_CLT_PROXIES"] sdkroot = ENV["HOMEBREW_SDKROOT"] exec(exe, *ARGV) unless sdkroot && File.directory?(sdkroot) end -- cgit v1.2.3