From cbe1f142132990d09d87538f6e686229bcfcb056 Mon Sep 17 00:00:00 2001 From: crouzet Date: Wed, 30 Nov 2005 16:37:03 +0000 Subject: [PATCH] bug on mawk -> modification of record separator RS --- scripts/parse3.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2