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_mercurex8.ksh

    r387 r404  
    711711        IGCM_debug_Exit "IGCM_sys_Cp" 
    712712     else 
    713          rm out_rsync 
     713         \rm out_rsync 
    714714    fi 
    715715    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    738738        IGCM_debug_Exit "IGCM_sys_Rm" 
    739739    else 
    740         rm out_rsync 
     740        \rm out_rsync 
    741741    fi 
    742742    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    767767            IGCM_debug_Exit "IGCM_sys_Mv" 
    768768        else 
    769             rm out_rsync 
     769            \rm out_rsync 
    770770        fi 
    771771    else 
     
    807807            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    808808        else 
    809             rm out_rsync 
     809            \rm out_rsync 
    810810        fi 
    811811    else 
     
    846846            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    847847        else 
    848             rm out_rsync 
     848            \rm out_rsync 
    849849        fi 
    850850    else 
     
    902902            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
    903903        else 
    904             rm out_rsync 
     904            \rm out_rsync 
    905905        fi 
    906906    else 
     
    974974            IGCM_debug_Exit "IGCM_sys_Put_Out" 
    975975        else 
    976             rm out_rsync 
     976            \rm out_rsync 
    977977        fi 
    978978    else 
     
    10711071            IGCM_debug_Exit "IGCM_sys_Get" 
    10721072        else 
    1073             rm out_rsync 
     1073            \rm out_rsync 
    10741074        fi 
    10751075    else 
Note: See TracChangeset for help on using the changeset viewer.