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