Ignore:
Timestamp:
03/25/14 17:09:39 (10 years ago)
Author:
sdipsl
Message:

correct #170

File:
1 edited

Legend:

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

    r983 r999  
    10551055              echo "| " ${i_} " " ${file} >> ${file_out} 
    10561056              echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " >> ${file_out} 
    1057               cat ${file} | sed "s/\(.*\)/${i_}\1/" ${file} >> ${file_out} 
     1057              cat ${file} | sed "s/\(.*\)/${i_}\1/" >> ${file_out} 
    10581058              echo " 
    10591059" >> ${file_out} 
Note: See TracChangeset for help on using the changeset viewer.