Changeset 934


Ignore:
Timestamp:
08/21/13 17:15:48 (11 years ago)
Author:
sdipsl
Message:

Bugfix again with IGCM_sys_Get|GetBuffer? instrumentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r931 r934  
    335335      elif ( [ ${#arguments[*]} -eq 3 ] && [ ${arguments[0]} = '/l' ] ) ; then 
    336336        # Keep the array name hosting the all list 
    337         fileList=${arguments[1]} 
     337        eval fileList=\${${arguments[1]}[*]} 
    338338        # just need the first file to get the directory 
    339         eval source=\${${arguments[1]}[1]} 
     339        eval source=\${${arguments[1]}[0]} 
    340340        dest=${arguments[2]} 
    341         # Size of file whose name are stored in an array 
    342         entitySize=$( IGCM_debug_sizeOfTabContent fileList[*] ${dest} ) 
     341        # Size of file whose name are stored in a list 
     342        entitySize=$( IGCM_debug_sizeOfTabContent fileList ${dest} ) 
    343343      elif [ [ ${#arguments[*]} -ge 3 ] ; then 
    344344       # All but the latest 
Note: See TracChangeset for help on using the changeset viewer.