# HG changeset patch # User Ben Schmidt # Date 1286835275 -39600 # Node ID d4868a6f546d4c6b18a1ec2d0c3bd4e96db328ed # Parent 39881695c4cf9e5b088389c1300725c6307f72dd Removed unnecessary slash from command for deeply nested listdirs diff -r 39881695c4cf -r d4868a6f546d README --- a/README Mon Oct 11 21:59:19 2010 +1100 +++ b/README Tue Oct 12 09:14:35 2010 +1100 @@ -105,7 +105,7 @@ If you have lists more deeply nested below /var/spool/mlmmj, use something like: - find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \ + find /var/spool/mlmmj -mindepth 1 -maxdepth 1 -type d \ -exec /usr/bin/mlmmj-maintd -F -d {} \; That's it! You probably want to go through the next steps too.