From: Frank Lichtenheld Date: Sat, 9 Feb 2008 00:28:22 +0000 (+0100) Subject: 900index_pages: Make call to trivial_slice more robust X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=4f1bc287391a6d81c87727aad69b88d1982a6b9c 900index_pages: Make call to trivial_slice more robust Avoid shell globbing and use absolute paths. --- 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