Ignore:
Timestamp:
05/01/12 07:54:24 (13 years ago)
Author:
Mathieu Morlighem
Message:

Changing ISSM_TIER to ISSM_DIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.csh

    r12055 r12161  
    1 #ISSM_TIER and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...)
    2 source $ISSM_TIER/etc/environment_variables.csh
     1#ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...)
     2source $ISSM_DIR/etc/environment_variables.csh
    33
    44#Do we have any command line arguments? (such as MATLAB_DIR=otherdirthandefault), source them before exporting the variables
     
    1010
    1111#CRON utilities
    12 setenv PATH {$PATH}:{$ISSM_TIER}/cron
     12setenv PATH {$PATH}:{$ISSM_DIR}/cron
    1313
    1414#SCRIPTS utilities
    15 setenv PATH {$PATH}:{$ISSM_TIER}/scripts
     15setenv PATH {$PATH}:{$ISSM_DIR}/scripts
    1616
    1717#MATLAB
Note: See TracChangeset for help on using the changeset viewer.