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

    r395 r404  
    732732        IGCM_debug_Exit "IGCM_sys_Cp" 
    733733     else 
    734          rm out_rsync 
     734         \rm out_rsync 
    735735    fi 
    736736    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    759759        IGCM_debug_Exit "IGCM_sys_Rm" 
    760760    else 
    761         rm out_rsync 
     761        \rm out_rsync 
    762762    fi 
    763763    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    788788            IGCM_debug_Exit "IGCM_sys_Mv" 
    789789        else 
    790             rm out_rsync 
     790            \rm out_rsync 
    791791        fi 
    792792    else 
     
    828828            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    829829        else 
    830             rm out_rsync 
     830            \rm out_rsync 
    831831        fi 
    832832    else 
     
    867867            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    868868        else 
    869             rm out_rsync 
     869            \rm out_rsync 
    870870        fi 
    871871    else 
     
    958958            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
    959959        else 
    960             rm out_rsync 
     960            \rm out_rsync 
    961961        fi 
    962962    else 
     
    10301030            IGCM_debug_Exit "IGCM_sys_Put_Out" 
    10311031        else 
    1032             rm out_rsync 
     1032            \rm out_rsync 
    10331033        fi 
    10341034    else 
     
    11271127            IGCM_debug_Exit "IGCM_sys_Get" 
    11281128        else 
    1129             rm out_rsync 
     1129            \rm out_rsync 
    11301130        fi 
    11311131    else 
Note: See TracChangeset for help on using the changeset viewer.