From: crouzet Date: Wed, 30 Nov 2005 16:37:03 +0000 (+0000) Subject: bug on mawk -> modification of record separator RS X-Git-Tag: V2_2_6~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cbe1f142132990d09d87538f6e686229bcfcb056;p=tools%2Fhxx2salome.git bug on mawk -> modification of record separator RS --- diff --git a/scripts/parse3.awk b/scripts/parse3.awk index c1f0458..015858d 100644 --- a/scripts/parse3.awk +++ b/scripts/parse3.awk @@ -212,7 +212,7 @@ BEGIN { # # # record sep is ");\n" whith blanks all around, and optional "(" at the beginning - RS="[(]?[ \t]*)[ \t]*;[ \t]*\n" + RS="[(]?[ \t]*\)[ \t]*;[ \t]*\n" FS="[ \t]*[(,][ \t]*" # field sep is either "(" or "," surrounded by blanks }