sitemap.uppxml: uses find instead of wildcard expansion to find html files inside

subfolders
This commit is contained in:
2026-06-02 17:45:39 +01:00
parent b7fc80b5f5
commit a1866254f9
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
#!
for f in ${OUT}/*.html
for f in $(find "${OUT}" -name "*.html")
do
#!
<url>