From 9749429636e7e5e2515f1c75d228d5321907fba4 Mon Sep 17 00:00:00 2001 From: aristote Date: Sun, 27 Jul 2025 16:06:21 +0200 Subject: publications: files: fix script --- publications/export.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publications/export.nix b/publications/export.nix index 93a51f2..b119054 100644 --- a/publications/export.nix +++ b/publications/export.nix @@ -10,7 +10,7 @@ runCommand "publications" {buildInputs = [jq pandoc];} '' for refs in ${refsJSON} do - jq --compact-output ".[]" $refs | while read ref + jq --compact-output ".[]" $refs | while read -r ref do id=$(echo "$ref" | jq --raw-output '.id') echo $id -- cgit v1.2.3