]> SALOME platform Git repositories - tools/hxx2salome.git/commitdiff
Salome HOME
bug on mawk -> modification of record separator RS
authorcrouzet <crouzet>
Wed, 30 Nov 2005 16:37:03 +0000 (16:37 +0000)
committercrouzet <crouzet>
Wed, 30 Nov 2005 16:37:03 +0000 (16:37 +0000)
scripts/parse3.awk

index c1f04581ad0829d224bea9b55de961f21a5669a2..015858d59765628b85b7eba4707adb94f048e254 100644 (file)
@@ -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 
 }