From 5e1bcfc52dc9235c35ecf17dd46913196d23227c Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 4 Jun 2007 09:35:27 +0000 Subject: [PATCH] BUG NPPAL 16054 portage Mandriva 2007 => change 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 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 } -- 2.39.2