Changeset 1084


Ignore:
Timestamp:
10/07/14 18:29:26 (10 years ago)
Author:
sdipsl
Message:
  • enhanced comments
File:
1 edited

Legend:

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

    r1083 r1084  
    364364      command=${IGCM_debug_Stack[0]} 
    365365 
    366       # Go from comma separated list of quoted elements (except the first and last element) 
    367       # to unquoted elements in an array 
     366      # Go from comma separated list of quoted elements (except the first and the last element) 
     367      # to unquoted space separated elements in an array 
    368368      set -A arguments -- $( echo ${IGCM_debug_StackArgs[0]} | sed -e "s/\",\"/\ /g" ) 
    369369 
Note: See TracChangeset for help on using the changeset viewer.