[CalendarServer-changes] [13742] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 9 14:57:26 PDT 2014


Revision: 13742
          http://trac.calendarserver.org//changeset/13742
Author:   wsanchez at apple.com
Date:     2014-07-09 14:57:26 -0700 (Wed, 09 Jul 2014)
Log Message:
-----------
Don't squash error, but do squash stderr in setup_print

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-07-09 21:56:20 UTC (rev 13741)
+++ CalendarServer/trunk/bin/_build.sh	2014-07-09 21:57:26 UTC (rev 13742)
@@ -160,7 +160,7 @@
 setup_print () {
   what="$1"; shift;
 
-  PYTHONPATH="${wd}:${PYTHONPATH:-}" "${bootstrap_python}" - << EOF
+  PYTHONPATH="${wd}:${PYTHONPATH:-}" "${bootstrap_python}" - 2>/dev/null << EOF
 from __future__ import print_function
 import setup
 print(setup.${what})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140709/665ee207/attachment.html>


More information about the calendarserver-changes mailing list