From 1b3c694170d8d420263660cfbd2373100145ed6b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Nov 2022 09:31:39 +0200 Subject: fix: shell quoting Sponsored-by: author --- ci-prod.ick | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-prod.ick b/ci-prod.ick index bd49c4c..094e0e0 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1267,8 +1267,8 @@ pipelines: cd "$(dirname "$file")" if subplot $opts metadata "$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" + subplot $opts docgen "$base.subplot" -o "$output/$base.html" + subplot $opts docgen "$base.subplot" -o "$output/$base.pdf" fi ) done -- cgit v1.2.1