diff options
Diffstat (limited to 'libre/apache-ant/bin_ant')
-rw-r--r-- | libre/apache-ant/bin_ant | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libre/apache-ant/bin_ant b/libre/apache-ant/bin_ant new file mode 100644 index 000000000..e245dbe52 --- /dev/null +++ b/libre/apache-ant/bin_ant @@ -0,0 +1,6 @@ +#!/bin/sh + +. /etc/apache-ant/ant.conf + +export LOCALCLASSPATH=${OPT_JAR_LIST} +/usr/share/apache-ant/bin/ant "$@" |