Changeset 404 for trunk


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)

Location:
trunk/libIGCM/libIGCM_sys
Files:
7 edited

Legend:

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

    r396 r404  
    680680        IGCM_debug_Exit "IGCM_sys_Cp" 
    681681     else 
    682          rm out_rsync 
     682         \rm out_rsync 
    683683    fi 
    684684    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    707707        IGCM_debug_Exit "IGCM_sys_Rm" 
    708708    else 
    709         rm out_rsync 
     709        \rm out_rsync 
    710710    fi 
    711711    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    735735        IGCM_debug_Exit "IGCM_sys_RmRunDir" 
    736736    else 
    737         rm out_rsync 
     737        \rm out_rsync 
    738738    fi 
    739739 
     
    765765            IGCM_debug_Exit "IGCM_sys_Mv" 
    766766        else 
    767             rm out_rsync 
     767            \rm out_rsync 
    768768        fi 
    769769    else 
     
    805805            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    806806        else 
    807             rm out_rsync 
     807            \rm out_rsync 
    808808        fi 
    809809    else 
     
    846846            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    847847        else 
    848             rm out_rsync 
     848            \rm out_rsync 
    849849        fi 
    850850    else 
     
    901901            IGCM_debug_Exit "IGCM_sys_Get_Master" 
    902902        else 
    903             rm out_rsync 
     903            \rm out_rsync 
    904904        fi 
    905905    else 
     
    957957            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
    958958        else 
    959             rm out_rsync 
     959            \rm out_rsync 
    960960        fi 
    961961    else 
     
    10331033                IGCM_debug_Exit "IGCM_sys_Put_Out" 
    10341034            else 
    1035                 rm out_rsync 
     1035                \rm out_rsync 
    10361036            fi 
    10371037        fi 
     
    11501150            IGCM_debug_Exit "IGCM_sys_Get" 
    11511151        else 
    1152             rm out_rsync 
     1152            \rm out_rsync 
    11531153        fi 
    11541154    else 
  • 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 
  • 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 
  • 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 
  • 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 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_platine.ksh

    r387 r404  
    663663        IGCM_debug_Exit "IGCM_sys_Cp" 
    664664     else 
    665          rm out_rsync 
     665         \rm out_rsync 
    666666    fi 
    667667    IGCM_debug_PopStack "IGCM_sys_Cp" 
     
    690690        IGCM_debug_Exit "IGCM_sys_Rm" 
    691691    else 
    692         rm out_rsync 
     692        \rm out_rsync 
    693693    fi 
    694694    IGCM_debug_PopStack "IGCM_sys_Rm" 
     
    734734            IGCM_debug_Exit "IGCM_sys_Mv" 
    735735        else 
    736             rm out_rsync 
     736            \rm out_rsync 
    737737        fi 
    738738    else 
     
    774774            IGCM_debug_Exit "IGCM_sys_Put_Dir" 
    775775        else 
    776             rm out_rsync 
     776            \rm out_rsync 
    777777        fi 
    778778    else 
     
    813813            IGCM_debug_Exit "IGCM_sys_Get_Dir" 
    814814        else 
    815             rm out_rsync 
     815            \rm out_rsync 
    816816        fi 
    817817    else 
     
    904904            IGCM_debug_Exit "IGCM_sys_Put_Rest" 
    905905        else 
    906             rm out_rsync 
     906            \rm out_rsync 
    907907        fi 
    908908    else 
     
    962962            IGCM_debug_Exit "IGCM_sys_Put_Out" 
    963963        else 
    964             rm out_rsync 
     964            \rm out_rsync 
    965965        fi 
    966966    else 
     
    10621062            IGCM_debug_Exit "IGCM_sys_Get" 
    10631063        else 
    1064             rm out_rsync 
     1064            \rm out_rsync 
    10651065        fi 
    10661066    else 
  • 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.