Ignore:
Timestamp:
08/13/13 14:27:18 (11 years ago)
Author:
sdipsl
Message:

Active instrumentation #140 disturbs this kind of call
TarFileLocation?=$( IGCM_sys_PrepareTaredRestart ${TarFileFound?} )

File:
1 edited

Legend:

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

    r912 r918  
    12141214  IGCM_debug_PushStack "IGCM_sys_PrepareTaredRestart" $@ 
    12151215  if [ $DRYRUN = 0 ]; then 
    1216     [ ! -f $( basename $1 ) ] && DEBUG_sys=false IGCM_sys_Get $1 . 
    1217   fi 
    1218   echo $( basename $1 ) 
     1216    [ ! -f $( basename $1 ) ] && IGCM_sys_Get $1 . 
     1217  fi 
    12191218  IGCM_debug_PopStack "IGCM_sys_PrepareTaredRestart" 
    12201219} 
Note: See TracChangeset for help on using the changeset viewer.