diff options
Diffstat (limited to 'development/apache-ant/profile.d/apache-ant.sh')
-rw-r--r-- | development/apache-ant/profile.d/apache-ant.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/apache-ant/profile.d/apache-ant.sh b/development/apache-ant/profile.d/apache-ant.sh new file mode 100644 index 0000000000..db8a244ac9 --- /dev/null +++ b/development/apache-ant/profile.d/apache-ant.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export ANT_HOME=/opt/apache-ant +export PATH=$PATH:$ANT_HOME/bin |