Patch regular patterns
Former-commit-id: 4c05238859cbb95c68902dbfb0b8f5d91f9f82d0 Former-commit-id: 15ae6fd0b11548a0701c99c9305232d5a238d39d
This commit is contained in:
@ -13,13 +13,13 @@ BEGIN {
|
||||
if (EXCLUDE == "") EXCLUDE = 0
|
||||
}
|
||||
|
||||
/^\# --- START OF GFF DUMP ---/ {
|
||||
/^# --- START OF GFF DUMP ---/ {
|
||||
State = "gff"
|
||||
NbEntry++
|
||||
next
|
||||
}
|
||||
|
||||
/^\# --- END OF GFF DUMP ---/ {
|
||||
/^# --- END OF GFF DUMP ---/ {
|
||||
State = 0
|
||||
next
|
||||
}
|
||||
@ -32,7 +32,7 @@ BEGIN {
|
||||
next
|
||||
}
|
||||
|
||||
/^\#/ { next }
|
||||
/^#/ { next }
|
||||
|
||||
(State == 0) { next }
|
||||
|
||||
|
Reference in New Issue
Block a user