Ignore:
Timestamp:
09/26/12 12:04:16 (12 years ago)
Author:
sdipsl
Message:
  • a little enhancement on mercure regarding the pack (mv instead of cp)
  • some cosmetics
File:
1 edited

Legend:

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

    r695 r705  
    11211121    # 
    11221122    # USUAL WAY 
    1123     \cp $1 $2 > out_rsync 2>&1 
     1123    #\cp $1 $2 > out_rsync 2>&1 
     1124    \mv $1 $2 > out_rsync 2>&1 
     1125 
    11241126    RET=$? 
    11251127 
     
    12221224        RET=$? 
    12231225        if [ ${RET} -gt 0 ] ; then 
    1224           echo "IGCM_sys_Get, ERROR : regular file ${dm_liste[0]} DOES NOT EXIST ." 
     1226          echo "IGCM_sys_Get, ERROR : regular file ${target} DOES NOT EXIST ." 
    12251227          IGCM_debug_Exit "IGCM_sys_Get" 
    12261228        else 
Note: See TracChangeset for help on using the changeset viewer.