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

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 2 11:53:05 PDT 2014


Revision: 13124
          http://trac.calendarserver.org//changeset/13124
Author:   wsanchez at apple.com
Date:     2014-04-02 11:53:05 -0700 (Wed, 02 Apr 2014)
Log Message:
-----------
tweak

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-04-02 18:35:36 UTC (rev 13123)
+++ CalendarServer/trunk/bin/develop	2014-04-02 18:53:05 UTC (rev 13124)
@@ -31,8 +31,7 @@
 #
 # Create a subprojects directory with -e checkouts for convenience.
 #
-cd ${wd}
-find .develop/roots/py_modules/src -maxdepth 1 -mindepth 1 -type d | {
+cd ${wd} && find .develop/roots/py_modules/src -maxdepth 1 -mindepth 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/20140402/2913e2d7/attachment.html>


More information about the calendarserver-changes mailing list