rm awips2-cave/profile.d

This commit is contained in:
mjames-upc 2017-10-25 12:07:50 -06:00
parent 8ac8e0d8e3
commit a71882aa7d
2 changed files with 0 additions and 12 deletions

View file

@ -1,6 +0,0 @@
#!/bin/csh
# Determine where cave has been installed.
set CAVE_INSTALL="/awips2/cave"
setenv TMCP_HOME "${CAVE_INSTALL}/caveEnvironment"
setenv FXA_HOME "${CAVE_INSTALL}/caveEnvironment"

View file

@ -1,6 +0,0 @@
#!/bin/bash
# Determine where cave has been installed.
CAVE_INSTALL="/awips2/cave"
export TMCP_HOME=${CAVE_INSTALL}/caveEnvironment
export FXA_HOME=${CAVE_INSTALL}/caveEnvironment