aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-05 16:54:53 -0500
committerJack Nagel2014-12-05 16:54:53 -0500
commit72c21fe991a840f70830aa050b0c9741b016af43 (patch)
tree131c748f86bcf7ae15e31163ccf0da3189b0b526 /Library
parentd85d5fba22c6d3d2dbbe6368fde518092bd24cb0 (diff)
downloadbrew-72c21fe991a840f70830aa050b0c9741b016af43.tar.bz2
Simplify bsdmake wrapper, take 2
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/bsdmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/ENV/4.3/bsdmake b/Library/ENV/4.3/bsdmake
index 72adb0941..b61e1b2bc 100755
--- a/Library/ENV/4.3/bsdmake
+++ b/Library/ENV/4.3/bsdmake
@@ -1,7 +1,3 @@
#!/bin/bash
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
-pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
-bsd="$pwd/../../../bin/bsdmake"
-# bsdmake used to be keg-only: support users who don't run brew doctor
-[ -x "$bsd" ] || bsd="$(${HOMEBREW_BREW_FILE} --prefix bsdmake)/bin/bsdmake"
-exec "$bsd" "$@"
+exec xcrun bsdmake "$@"