aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-13 22:20:44 -0600
committerJack Nagel2013-11-13 22:37:38 -0600
commitbb67a2020660765589ed3c3610a3e787f9c695e0 (patch)
tree68ea955daebdf4e5526dd8d2150dbdfe51b71d7c /Library
parent5a56ad123d2e47d5177a714359642a173cb55183 (diff)
downloadbrew-bb67a2020660765589ed3c3610a3e787f9c695e0.tar.bz2
Add ant wrapper to superenv
Closes Homebrew/homebrew#24285. Refs Homebrew/homebrew#22199.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/ant5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/ENV/4.3/ant b/Library/ENV/4.3/ant
new file mode 100755
index 000000000..f54bc2747
--- /dev/null
+++ b/Library/ENV/4.3/ant
@@ -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" "$@"