r3: - more compatible with mawk etch
authorDinko Korunic <Dinko.Korunic@CARNet.hr>
Thu, 1 Nov 2007 14:00:22 +0000 (14:00 +0000)
committerDinko Korunic <Dinko.Korunic@CARNet.hr>
Thu, 1 Nov 2007 14:00:22 +0000 (14:00 +0000)
debian/postinst

index fda11a0..f059b13 100755 (executable)
@@ -49,7 +49,7 @@ script='
 BEGIN {
     FS = "\""
 }
-/^[[:space:]]*<rule id="[[:digit:]]*".*>/ {
+/<rule id="[0-9]*".*>/ {
     if (max < $2)
         max = $2
 }