awips2/rpms/awips2.core/Installer.ant/scripts/profile.d/awips2Ant.csh
mjames-upc 2866fa9af2 UCAR build and install scripts, RPM specs, edex deploy, p2 build
Former-commit-id: 739d54f31d5ac3032218e30f9298001a9c3a15bd
2016-06-27 14:17:07 -05:00

10 lines
184 B
Tcsh

#!/bin/csh
# Determine where ant has been installed.
setenv ANT_INSTALL "/awips2/ant"
if $?PATH then
setenv PATH ${ANT_INSTALL}/bin:$PATH
else
setenv PATH ${ANT_INSTALL}
endif