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
commitd62506bca5435fd5eb0e62054a84c2c07d0f5837 (patch)
treea626e446900d69123783a168a927f479f0e77b32 /Library
parentba7ec6eb2f650ebc5a0ae09547eea423dbd45173 (diff)
downloadhomebrew-d62506bca5435fd5eb0e62054a84c2c07d0f5837.tar.bz2
Add ant wrapper to superenv
Closes #24285. Refs #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" "$@"