[Pkg-ocaml-maint-commits] r1685 - trunk/projects/approx/trunk/debian

Eric Cooper ecc-guest at costa.debian.org
Tue Aug 23 20:27:57 UTC 2005


Author: ecc-guest
Date: 2005-08-23 20:27:57 +0000 (Tue, 23 Aug 2005)
New Revision: 1685

Modified:
   trunk/projects/approx/trunk/debian/approx.cron.weekly
Log:
attempt to fix occasional complaints from weekly cron job
about trying to remove nonexistent directories


Modified: trunk/projects/approx/trunk/debian/approx.cron.weekly
===================================================================
--- trunk/projects/approx/trunk/debian/approx.cron.weekly	2005-08-23 19:42:22 UTC (rev 1684)
+++ trunk/projects/approx/trunk/debian/approx.cron.weekly	2005-08-23 20:27:57 UTC (rev 1685)
@@ -7,4 +7,4 @@
 # Remove any empty directories
 # The trailing /. makes it work when /var/cache/approx is a symlink
 
-find /var/cache/approx/. -type d -empty -exec rmdir {} ';'
+find /var/cache/approx/. -type d -empty | xargs rmdir




More information about the Pkg-ocaml-maint-commits mailing list