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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 19 12:10:33 PDT 2014


Revision: 13663
          http://trac.calendarserver.org//changeset/13663
Author:   wsanchez at apple.com
Date:     2014-06-19 12:10:33 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
Dre was right.

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-06-19 18:24:19 UTC (rev 13662)
+++ CalendarServer/trunk/bin/develop	2014-06-19 19:10:33 UTC (rev 13663)
@@ -57,7 +57,7 @@
 #
 # Create a subprojects directory with -e checkouts for convenience.
 #
-find .develop/virtualenv/src -depth 1 -type d | {
+find .develop/virtualenv/src -mindepth 1 -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/20140619/7f55db60/attachment.html>


More information about the calendarserver-changes mailing list