From 4f1bc287391a6d81c87727aad69b88d1982a6b9c Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 9 Feb 2008 01:28:22 +0100 Subject: [PATCH] 900index_pages: Make call to trivial_slice more robust Avoid shell globbing and use absolute paths. --- cron.d/900index_pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.d/900index_pages b/cron.d/900index_pages index 6268c12..dddbdcd 100755 --- a/cron.d/900index_pages +++ b/cron.d/900index_pages @@ -27,6 +27,6 @@ date # slice $target $file # done -./bin/trivial_slice en $polangs -- $(find www/ -name *.slices) +./bin/trivial_slice en $polangs -- $(find "$htmldir" -name "*.slices") date -- 2.39.2