[CalendarServer-changes] [13428] CalendarServer/trunk/bin/develop

source_changes at macosforge.org source_changes at macosforge.org
Sat May 3 09:48:28 PDT 2014


Revision: 13428
          http://trac.calendarserver.org//changeset/13428
Author:   dre at apple.com
Date:     2014-05-03 09:48:28 -0700 (Sat, 03 May 2014)
Log Message:
-----------
Pretty sure we want maxdepth, not depth

Modified Paths:
--------------
    CalendarServer/trunk/bin/develop

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-05-03 16:41:35 UTC (rev 13427)
+++ CalendarServer/trunk/bin/develop	2014-05-03 16:48:28 UTC (rev 13428)
@@ -55,7 +55,7 @@
 #
 # Create a subprojects directory with -e checkouts for convenience.
 #
-find .develop/virtualenv/src -depth 1 -type d | {
+find .develop/virtualenv/src -maxdepth 1 -type d | {
   while read source; do
     deps="${wd}/subprojects";
     mkdir -p "${deps}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140503/c23626d0/attachment.html>


More information about the calendarserver-changes mailing list