Changeset 14657


Ignore:
Timestamp:
04/19/13 10:36:56 (12 years ago)
Author:
Eric.Larour
Message:

CHG: modified the script to handle user defined configuration files. Should help unload
a lot of these private configuration files that are not needed in the trunk-jpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/scripts/issmconfiguration.sh ΒΆ

    r14607 r14657  
    5656        cd $ISSM_DIR
    5757        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
    5963       
    6064        #we are done, go back to original directory:
Note: See TracChangeset for help on using the changeset viewer.