aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-01-07 23:12:24 -0500
committerJack Nagel2015-01-07 23:12:24 -0500
commit7c92f38b1dad961cb719007f13b2a9b15773dcdf (patch)
tree461b8d3c89d6b92753c2dbf7973b8d873ef53721 /Library
parent61ec5452c266a0a1ee318adef7ea24139f9ce521 (diff)
downloadhomebrew-7c92f38b1dad961cb719007f13b2a9b15773dcdf.tar.bz2
Don't rely on PATH when invoking xcrun shim
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 42771a4d0..1500458de 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -336,5 +336,5 @@ if __FILE__ == $PROGRAM_NAME
LOGGER.log!
args << { :close_others => false } if RUBY_VERSION >= "2.0"
- exec "xcrun", tool, *args
+ exec "#{File.dirname($0)}/xcrun", tool, *args
end