Ignore:
Timestamp:
08/26/09 17:02:05 (15 years ago)
Author:
mafoipsl
Message:

Use gawk explicitly.

File:
1 edited

Legend:

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

    r157 r164  
    509509        typeset ExeCpuLog 
    510510        tail -1500 ${Exe_Output} > ${Exe_Output}_tail.txt 
    511         ExeCpuLog=$( ${libIGCM}/libIGCM_sys/IGCM_add_out.awk ${Exe_Output}_tail.txt ) 
     511        ExeCpuLog=$( gawk -f ${libIGCM}/libIGCM_sys/IGCM_add_out.awk ${Exe_Output}_tail.txt ) 
    512512        RET=$? 
    513513        if [ $RET -eq 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.