Changeset 1100 for tags


Ignore:
Timestamp:
10/21/14 13:54:33 (10 years ago)
Author:
jgipsl
Message:

Correct error in function IGCM_comp_modifyNamelist. Also done in trunk rev [1099]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.4/libIGCM_comp/libIGCM_comp.ksh

    r1089 r1100  
    10301030 
    10311031  # Check if AUTO is set in the filein on the same line as the key variable 
    1032   if [ $( grep $key $filein | grep -v "\#" | grep AUTO | wc -l ) = 1 ] ; then 
     1032  if [ $( grep -w $key $filein | grep -v "\#" | grep AUTO | wc -l ) = 1 ] ; then 
    10331033      # Modification will be done for all cases 
    10341034      modify=yes 
Note: See TracChangeset for help on using the changeset viewer.