Changeset 425


Ignore:
Timestamp:
03/07/11 10:08:21 (13 years ago)
Author:
mmaipsl
Message:

To guarantee unicity of searched option in a section.
Same commit as CVS commit 1.4 for IGCM_card_WriteOption.awk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_card/IGCM_card_PrintOption.awk

    r373 r425  
    7272        section_found=1 
    7373 
    74 } else if (section_found == 1 && (match($0, option "[ ]*="))) { 
     74} else if (section_found == 1 && (match($0, "^[ ]*" option "[ ]*="))) { 
    7575 
    7676        myprint("---->option found") 
Note: See TracChangeset for help on using the changeset viewer.