[CalendarServer-changes] [4628] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 21 15:18:43 PDT 2009


Revision: 4628
          http://trac.macosforge.org/projects/calendarserver/changeset/4628
Author:   glyph at apple.com
Date:     2009-10-21 15:18:41 -0700 (Wed, 21 Oct 2009)
Log Message:
-----------
correctly / effectively quash spurious 'entries'-parsing problem

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2009-10-21 22:17:20 UTC (rev 4627)
+++ CalendarServer/trunk/support/build.sh	2009-10-21 22:18:41 UTC (rev 4628)
@@ -359,7 +359,7 @@
         echo;
         echo "Building ${name}... [overrides system, building egg-info metadata only]";
         cd "${srcdir}";
-        "${python}" ./setup.py -q egg_info 2>&1 | grep -v 'Unrecognized .svn/entries';
+        "${python}" ./setup.py -q egg_info 2>&1 | grep -i -v 'Unrecognized .svn/entries';
         cd /;
       fi;
     else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091021/015d7767/attachment.html>


More information about the calendarserver-changes mailing list