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_clean_month

    r896 r906  
    7373 
    7474#================================== 
    75 # Is the pack active  
     75# Is the pack active 
    7676if ( [ ! X${config_Post_PackFrequency} = X${NULL_STR} ] && [ ! X${config_Post_PackFrequency} = XNONE ] ) ; then 
    7777  Pack=true 
     
    8181[ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    8282 
    83 if [ ! -f ${SUBMIT_DIR}/run.card ]; then  
     83if [ ! -f ${SUBMIT_DIR}/run.card ]; then 
    8484  echo "You seem NOT to have a run.card in this directory !!" 
    8585  echo "This script will fail because it doesn't know what to do without run.card available." 
     
    121121 
    122122  IGCM_debug_Print 1 "Number of files to be erased : ${CountListFiles}." 
    123   if ( [ ${CountListFiles} -gt 0 ] || [ ${CountListFilesBuf} -gt 0 ] ) ; then  
     123  if ( [ ${CountListFiles} -gt 0 ] || [ ${CountListFilesBuf} -gt 0 ] ) ; then 
    124124    for file in ${ListFiles[@]} ; do 
    125125      IGCM_debug_Print 2 -e "\033[1;31m ${file}\033[m" 
     
    149149  fi 
    150150 
    151   if [ ${CountRebuildDir} -gt 0 ] ; then  
     151  if [ ${CountRebuildDir} -gt 0 ] ; then 
    152152    IGCM_debug_Print 1 "Number of REBUILD Dirs to be erased : ${CountRebuildDir}." 
    153153    for Dir in ${RebuildDir[@]} ; do 
Note: See TracChangeset for help on using the changeset viewer.