Add ant wrapper to superenv

Closes Homebrew/homebrew#24285.
Refs Homebrew/homebrew#22199.
This commit is contained in:
Jack Nagel 2013-11-13 22:20:44 -06:00
parent 5a56ad123d
commit bb67a20206

5
Library/ENV/4.3/ant Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
ant=/usr/bin/ant
[ -x "$ant" ] || ant="$(${HOMEBREW_BREW_FILE} --prefix ant)/bin/ant"
exec "$ant" "$@"