From 0befccc1274549229b77d50c1b8b24d6c4cf5403 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Fri, 22 Sep 2023 11:28:48 +0200 Subject: [PATCH] eliminate race condition in index time stamping --- parsers/40_indexer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/40_indexer.sh b/parsers/40_indexer.sh index 3cfc72c..ec7be4a 100755 --- a/parsers/40_indexer.sh +++ b/parsers/40_indexer.sh @@ -25,7 +25,7 @@ fi exec 3>&1 -touch "$P/#index.flag" +touch -d "@$_DATE" "$P/#index.flag" mkdir -p "$I" { cat; printf \\n; } \ -- 2.39.2