From 2f405d21418d0a157059005c977fcb45657e3ba1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Jun 2023 08:36:33 +0300 Subject: be merciful Sponsored-by: author --- ci-prod.ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index c7e6f2b..47d295c 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1218,7 +1218,7 @@ pipelines: base="$(basename "$file" .subplot)" ( cd "$(dirname "$file")" - if subplot $opts metadata "$base.subplot" | awk '/^title:/ && NF > 1' | grep . + if subplot $opts metadata --merciful "$base.subplot" | awk '/^title:/ && NF > 1' | grep . then subplot $opts docgen "$base.subplot" -o "$output/$base.html" # subplot $opts docgen "$base.subplot" -o "$output/$base.pdf" -- cgit v1.2.1