aboutsummaryrefslogtreecommitdiff
path: root/stage-2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'stage-2.awk')
-rw-r--r--stage-2.awk4
1 files changed, 3 insertions, 1 deletions
diff --git a/stage-2.awk b/stage-2.awk
index 46cba76..e3e69fb 100644
--- a/stage-2.awk
+++ b/stage-2.awk
@@ -11,7 +11,9 @@ BEGIN {
}
{
- if (match($0, /^ *[0-9]* *Constance *Ring *[0-9]* *$/)) {
+ a = match($0, /[0-9]* *— *Amalie Skram\. [IL]/)
+ b = match($0, /^ *[0-9]* *Constance *Ring *[0-9]* *$/)
+ if (a || b) {
if (prev != "") {
print prev
}