Ignore:
Timestamp:
01/07/11 15:25:03 (13 years ago)
Author:
acosce
Message:

Aco : add "\" before "rm out_rsync" to force the remove (without asking
befor removing the file)

File:
1 edited

Legend:

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

    r387 r404  
    660660#       IGCM_debug_Exit "IGCM_sys_Cp" 
    661661     else 
    662          rm out_rsync 
     662         \rm out_rsync 
    663663    fi 
    664664    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    687687        IGCM_debug_Exit "IGCM_sys_Rm" 
    688688    else 
    689         rm out_rsync 
     689        \rm out_rsync 
    690690    fi 
    691691    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    732732            IGCM_debug_Exit "IGCM_sys_Mv" 
    733733        else 
    734             rm out_rsync 
     734            \rm out_rsync 
    735735        fi 
    736736    else 
     
    772772            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    773773        else 
    774             rm out_rsync 
     774            \rm out_rsync 
    775775        fi 
    776776    else 
     
    808808            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    809809        else 
    810             rm out_rsync 
     810            \rm out_rsync 
    811811        fi 
    812812    else 
     
    845845            IGCM_debug_Exit "IGCM_sys_Get_Master" 
    846846        else 
    847             rm out_rsync 
     847            \rm out_rsync 
    848848        fi 
    849849    else 
     
    891891            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
    892892        else 
    893             rm out_rsync 
     893            \rm out_rsync 
    894894        fi 
    895895    else 
     
    942942            IGCM_debug_Exit "IGCM_sys_Put_Out" 
    943943        else 
    944             rm out_rsync 
     944            \rm out_rsync 
    945945        fi 
    946946    else 
     
    10011001            IGCM_debug_Exit "IGCM_sys_Get" 
    10021002        else 
    1003             rm out_rsync 
     1003            \rm out_rsync 
    10041004        fi 
    10051005    else 
Note: See TracChangeset for help on using the changeset viewer.