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

    r391 r404  
    592592        IGCM_debug_Exit "IGCM_sys_Cp" 
    593593     else 
    594          rm out_rsync 
     594         \rm out_rsync 
    595595    fi 
    596596    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    619619        IGCM_debug_Exit "IGCM_sys_Rm" 
    620620    else 
    621         rm out_rsync 
     621        \rm out_rsync 
    622622    fi 
    623623    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    663663            IGCM_debug_Exit "IGCM_sys_Mv" 
    664664        else 
    665             rm out_rsync 
     665            \rm out_rsync 
    666666        fi 
    667667    else 
     
    703703            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    704704        else 
    705             rm out_rsync 
     705            \rm out_rsync 
    706706        fi 
    707707    else 
     
    744744            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    745745        else 
    746             rm out_rsync 
     746            \rm out_rsync 
    747747        fi 
    748748    else 
     
    781781            IGCM_debug_Exit "IGCM_sys_Get_Master" 
    782782        else 
    783             rm out_rsync 
     783            \rm out_rsync 
    784784        fi 
    785785    else 
     
    843843                IGCM_debug_Exit "IGCM_sys_Put_Out" 
    844844            else 
    845                 rm out_rsync 
     845                \rm out_rsync 
    846846            fi 
    847847        fi 
     
    959959#           IGCM_debug_Exit "IGCM_sys_Get" 
    960960        else 
    961             rm out_rsync 
     961            \rm out_rsync 
    962962        fi 
    963963    else 
Note: See TracChangeset for help on using the changeset viewer.