Changeset 1535 for issm/trunk/etc/environment.sh
- Timestamp:
- 08/04/09 08:55:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/etc/environment.sh
r1467 r1535 1 1 #ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...) 2 2 source $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. 6 for i in $@ 7 do 8 eval $i 9 done 3 10 4 11 #MATLAB
Note:
See TracChangeset
for help on using the changeset viewer.