From bb67a2020660765589ed3c3610a3e787f9c695e0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 13 Nov 2013 22:20:44 -0600 Subject: Add ant wrapper to superenv Closes Homebrew/homebrew#24285. Refs Homebrew/homebrew#22199. --- Library/ENV/4.3/ant | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Library/ENV/4.3/ant (limited to 'Library') 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" "$@" -- cgit v1.2.3