summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-11-08 09:43:48 +0200
committerLars Wirzenius <liw@liw.fi>2022-11-08 09:43:48 +0200
commitfa969f1f8e3fc948c488614ffc29beb24b53e1fd (patch)
tree81e11edb9fcaf6649668cb50891b50390247553d
parent1b3c694170d8d420263660cfbd2373100145ed6b (diff)
downloadliw-ci-fa969f1f8e3fc948c488614ffc29beb24b53e1fd.tar.gz
fix: shell quoting
Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 094e0e0..00eded9 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1265,7 +1265,7 @@ pipelines:
base="$(basename "$file" .subplot)"
(
cd "$(dirname "$file")"
- if subplot $opts metadata "$base.subplot | awk '/^title:/ && NF > 1' | grep .
+ 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"