Ignore:
Timestamp:
08/08/13 15:10:45 (11 years ago)
Author:
sdipsl
Message:
  • cleanup
  • whitespace-cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_SE_Checker

    r837 r906  
    117117    # Debug Print 
    118118    IGCM_debug_Print 1 ${comp} 
    119     # Define component  
     119    # Define component 
    120120    IGCM_card_DefineArrayFromOption ${CARD_DIR}/config.card ListOfComponents ${comp} 
    121121    eval compname=\${config_ListOfComponents_${comp}[0]} > /dev/null 2>&1 
     
    175175          # 
    176176          (( countTotal = countTotal + 1 )) 
    177           IGCM_sys_TestFileArchive ${DIRECTORY}/${TestedFile} >/dev/null 2>&1  
     177          IGCM_sys_TestFileArchive ${DIRECTORY}/${TestedFile} >/dev/null 2>&1 
    178178          if [ ! $? = 0 ] ; then 
    179179            eval set +A LISTE_FILE_${comp}_${an_deb} \$\{LISTE_FILE_${comp}_${an_deb}[*]} ${TestedFile} 
     
    186186        (( i=i+3 )) # to explore file list 
    187187      done            # until [ $i -eq $NbFiles ] 
    188     fi                  # [ X${FileName0} != X${NULL_STR} ]  
     188    fi                  # [ X${FileName0} != X${NULL_STR} ] 
    189189 
    190190    [ $localcountBad = 0 ] || IGCM_debug_Print 1 "$localcountBad file(s) missing for ${comp} : " $( eval echo \${LISTE_FILE_${comp}_${an_deb}[*]} ) 
Note: See TracChangeset for help on using the changeset viewer.