Changeset 14657
- Timestamp:
- 04/19/13 10:36:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/scripts/issmconfiguration.sh ΒΆ
r14607 r14657 56 56 cd $ISSM_DIR 57 57 source ./scripts/automakererun.sh 58 source configs/$configurename 58 if [ -f configs/$configurename ]; then 59 source configs/$configurename 60 else 61 source $JPL_SVN/usr/$USER/configs/$configurename 62 fi 59 63 60 64 #we are done, go back to original directory:
Note:
See TracChangeset
for help on using the changeset viewer.