awips2/rpms/awips2.core/Installer.cli/scripts/profile.d/awips2CLI.csh
2022-05-05 12:34:50 -05:00

11 lines
241 B
Tcsh

#!/bin/csh
#if installed, set the variable
if ( -d /awips2/fxa ) then
set CLI_INSTALL=/awips2/fxa
#if check CLI_INSTALL is set, set it in the path
if ( "${CLI_INSTALL}" != "" ) then
setenv PATH ${CLI_INSTALL}/bin:${PATH}
endif
endif