Ignore:
Timestamp:
09/09/10 12:08:00 (14 years ago)
Author:
mmaipsl
Message:

I have forget a 'rm' command, sorry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r343 r345  
    128128 
    129129#==================================================== 
     130#- BIG_DIR : BIG_DIR to store files waiting for rebuild 
     131typeset -r BIG_DIR=${BIG_DIR:=${SCRATCHDIR}/REBUILD} 
     132 
     133#==================================================== 
    130134#- Max number of arguments passed to nco operator or demigration command 
    131135UNIX_MAX_LIMIT=360 
     
    617621        IGCM_debug_Exit "IGCM_sys_Rm" 
    618622    else 
    619         out_rsync 
     623        rm out_rsync 
    620624    fi 
    621625    IGCM_debug_PopStack "IGCM_sys_Rm" 
Note: See TracChangeset for help on using the changeset viewer.