The following commit has been merged in the master branch:
commit 4f1bc287391a6d81c87727aad69b88d1982a6b9c
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Feb 9 01:28:22 2008 +0100
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
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]