From 92dcfb1a7c8daf18e36442e3a93d8d301f8f6200 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 12 Apr 2021 13:23:10 +0200 Subject: remove bashism from scripts/postinfo --- scripts/postinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/postinfo') diff --git a/scripts/postinfo b/scripts/postinfo index 968eb13..c2a1597 100755 --- a/scripts/postinfo +++ b/scripts/postinfo @@ -3,7 +3,7 @@ filename=$1 jq -n \ - --argjson title "$(./meta title $filename || '\n')" \ + --argjson title "$(./meta title $filename)" \ --argjson subtitle "$(./meta subtitle $filename)" \ --argjson author "$(./meta author $filename)" \ --argjson date "$(./meta date $filename)" \ -- cgit v1.2.3