From: crouzet Date: Mon, 4 Jun 2007 09:35:27 +0000 (+0000) Subject: BUG NPPAL 16054 X-Git-Tag: T15881~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e1bcfc52dc9235c35ecf17dd46913196d23227c;p=tools%2Fhxx2salome.git BUG NPPAL 16054 portage Mandriva 2007 => change record separator RS --- diff --git a/scripts/parse3.awk b/scripts/parse3.awk index 00ecbf7..315e1ee 100644 --- a/scripts/parse3.awk +++ b/scripts/parse3.awk @@ -236,7 +236,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 }