Simplify bsdmake wrapper, take 2

This commit is contained in:
Jack Nagel 2014-12-05 16:54:53 -05:00
parent d85d5fba22
commit 72c21fe991

View File

@ -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 "$@"