Changeset 6110


Ignore:
Timestamp:
04/08/22 15:37:13 (2 years ago)
Author:
aclsce
Message:

Modified to indicate the name of each component extracted by "model" command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r6067 r6110  
    272272    zp=${m_p[${qi}]}; zs=${m_s[${qi}]}; 
    273273    zd=${m_d[${qi}]}; zl=${m_l[${qi}]}; 
    274  
     274     
    275275# Maybe change some information marked with DEFAULT.  
    276276# Check if key word DEFAULT is used in component name 
     
    297297        fi 
    298298    fi 
    299     [[ ${m_v} = 'verbose' ]] && \ 
    300      { echo '---'; 
     299    if [ ${m_v} == 'verbose' ] ; then 
     300       echo '---'; 
    301301       echo '--- Component  : '${zc}; 
    302302       echo '--- Tag        : '${zt}; 
     
    304304       echo '--- Server     : '${zs}; 
    305305       echo '--- Directory  : '${zd}; 
    306        echo '--- Local Dir  : '${zl}; } 
     306       echo '--- Local Dir  : '${zl}; 
     307    else 
     308       echo '--- Component : '${zd}; 
     309    fi 
    307310#----- 
    308311#----  Record information about the action in the "log" file 
Note: See TracChangeset for help on using the changeset viewer.