aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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" "$@"