]> SALOME platform Git repositories - tools/hxx2salome.git/commitdiff
Salome HOME
BUG NPPAL 16054
authorcrouzet <crouzet>
Mon, 4 Jun 2007 09:35:27 +0000 (09:35 +0000)
committercrouzet <crouzet>
Mon, 4 Jun 2007 09:35:27 +0000 (09:35 +0000)
portage Mandriva 2007 => change record separator RS

scripts/parse3.awk

index 00ecbf77720cd9efaaf1355815802a0180433419..315e1ee40ad7cd244de4ee854a9a5860f5347232 100644 (file)
@@ -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 
 }