From: Paul Hänsch Date: Sun, 7 Apr 2024 14:34:59 +0000 (+0200) Subject: omit empty parent pages from page listing X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=11ae66b8f347ea9714716b558ba98a7524f9afb8 omit empty parent pages from page listing --- diff --git a/macros/changes b/macros/changes index 54f4782..c399ee5 100755 --- a/macros/changes +++ b/macros/changes @@ -45,6 +45,7 @@ done \ | while read page; do page_abs="$(page_abs "$page")" acl_read "${page_abs}" || continue + mdfile "${page_abs}" >&- || continue read ostamp odate <<-EOF $([ "$REV_PAGES" = true ] \