Ignore:
Timestamp:
10/16/12 13:04:38 (12 years ago)
Author:
sdipsl
Message:
  • curie, titane, mercurex9, mercure : minor bugfixes coming from r716 and r717. Further systematic loop over cp command
  • obelix, vargas, ulam : cosmetics
File:
1 edited

Legend:

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

    r717 r719  
    883883    typeset status 
    884884 
    885         #USUAL WAY 
     885    #USUAL WAY 
    886886    \cp -R $1 $2 > out_rsync 2>&1 
    887887    status=$? 
     
    919919    typeset status 
    920920 
    921         #USUAL WAY 
     921    #USUAL WAY 
    922922    cp -RL $1 $2 > out_rsync 2>&1 
    923923    status=$? 
     
    10541054 
    10551055    typeset status 
    1056         # 
     1056    # 
    10571057    if [ X${JobType} = XRUN ] ; then 
    10581058      if [ X${3} = X ] ; then 
     
    10941094    echo "IGCM_sys_PutBuffer_Out :" $@ 
    10951095  fi 
     1096 
     1097  typeset status 
     1098 
    10961099  if [ $DRYRUN = 0 ]; then 
    10971100    if [ ! -f ${1} ] ; then 
     
    11031106    IGCM_sys_Mkdir $( dirname $2 ) 
    11041107    # 
    1105     typeset status 
    11061108 
    11071109    if [ X${JobType} = XRUN ] ; then 
     
    11571159      echo "IGCM_sys_Get, ERROR : regular file ${dm_liste[0]} DOES NOT EXIST ." 
    11581160      IGCM_debug_Exit "IGCM_sys_Get" 
    1159             #return 
     1161      #return 
    11601162    fi 
    11611163 
     
    12831285  return 0 
    12841286} 
    1285  
    12861287 
    12871288#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.