From 325bdb3c969d2f889781d7aa61339f57fe662cc0 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 12 Oct 2025 01:29:30 +0200 Subject: [PATCH] Hotfix: missing quote in createindex --- toys/createindex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/createindex b/toys/createindex index 33413dd..31d6e17 100755 --- a/toys/createindex +++ b/toys/createindex @@ -292,7 +292,7 @@ cat <<-EOBrag EOBrag printDate() { - printf "%("${timeformat:-%x %X}")T "$1" + printf "%("${timeformat:-%x %X}")T" "$1" } for index in ${!show[@]}