From 319f5e92a2ecd0d35e5b718900e3b2652f27ff9d Mon Sep 17 00:00:00 2001 From: ·𐑑𐑴𐑕𐑑𐑩𐑀 Date: Tue, 23 Dec 2025 09:15:29 +0000 Subject: doc/manifest: fix directory latest-cmd There isn’t recursive resolver (yet?) for these sorts of value --- doc/manifest.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/manifest.rst b/doc/manifest.rst index 204dcdc..3da2154 100644 --- a/doc/manifest.rst +++ b/doc/manifest.rst @@ -276,9 +276,7 @@ Local directory checking for latest modification url "file:///home/toastal/my-project" } latest-cmd { - $ printf "%s" "{{url}}" - | sed "s|^file://||" - | xargs find "-print0" + $ find "/home/toastal/my-project" "-print0" | xargs "-0" stat -c %Y | sort -n | tail -n1 -- cgit v1.2.3