On Tue, Apr 28, 2009 at 1:56 AM, jim <jim.d...@gmail.com> wrote: [...] > Finally discovered what I think is a bug in the ng-server script. The > find command has a '1' between the "-depth" and "-print0". Removing [...]
I believe the find command on OS X (and probably on *BSD) treats "-depth n" like the GNU find "-mindepth n -maxdepth n". Both GNU and BSD find treat "-depth" (without a numeric argument) as meaning "depth first search". BSD find also understands -mindepth and -maxdepth, so for portability, rather use those, although in this case I think "-maxdepth 1" should be sufficient. :) -- Michael Wood <esiot...@gmail.com> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---