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

    r387 r404  
    724724        IGCM_debug_Exit "IGCM_sys_Cp" 
    725725     else 
    726          rm out_rsync 
     726         \rm out_rsync 
    727727    fi 
    728728    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    751751        IGCM_debug_Exit "IGCM_sys_Rm" 
    752752    else 
    753         rm out_rsync 
     753        \rm out_rsync 
    754754    fi 
    755755    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    780780            IGCM_debug_Exit "IGCM_sys_Mv" 
    781781        else 
    782             rm out_rsync 
     782            \rm out_rsync 
    783783        fi 
    784784    else 
     
    820820            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    821821        else 
    822             rm out_rsync 
     822            \rm out_rsync 
    823823        fi 
    824824    else 
     
    859859            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    860860        else 
    861             rm out_rsync 
     861            \rm out_rsync 
    862862        fi 
    863863    else 
     
    915915            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
    916916        else 
    917             rm out_rsync 
     917            \rm out_rsync 
    918918        fi 
    919919    else 
     
    987987            IGCM_debug_Exit "IGCM_sys_Put_Out" 
    988988        else 
    989             rm out_rsync 
     989            \rm out_rsync 
    990990        fi 
    991991    else 
     
    10841084            IGCM_debug_Exit "IGCM_sys_Get" 
    10851085        else 
    1086             rm out_rsync 
     1086            \rm out_rsync 
    10871087        fi 
    10881088    else 
Note: See TracChangeset for help on using the changeset viewer.