Add ant wrapper to superenv
Closes Homebrew/homebrew#24285. Refs Homebrew/homebrew#22199.
This commit is contained in:
parent
5a56ad123d
commit
bb67a20206
5
Library/ENV/4.3/ant
Executable file
5
Library/ENV/4.3/ant
Executable 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" "$@"
|
||||||
Loading…
x
Reference in New Issue
Block a user