Ignore:
Timestamp:
08/04/09 08:55:43 (16 years ago)
Author:
Eric.Larour
Message:

Bypass environment variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/etc/environment.sh

    r1467 r1535  
    11#ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...)
    22source $ISSM_DIR/etc/environment_variables.sh
     3
     4#Do we have any command line arguments? (such as MATLAB_DIR=otherdirthandefault), source them before exporting the variables
     5#to environment.
     6for i in $@
     7do
     8        eval $i
     9done
    310
    411#MATLAB
Note: See TracChangeset for help on using the changeset viewer.