[CalendarServer-changes] [5054] CalendarServer/branches/users/sagen/locations-resources-2/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 8 12:05:13 PST 2010


Revision: 5054
          http://trac.macosforge.org/projects/calendarserver/changeset/5054
Author:   glyph at apple.com
Date:     2010-02-08 12:05:10 -0800 (Mon, 08 Feb 2010)
Log Message:
-----------
behave more realistically as a subprocess

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/locations-resources-2/python

Modified: CalendarServer/branches/users/sagen/locations-resources-2/python
===================================================================
--- CalendarServer/branches/users/sagen/locations-resources-2/python	2010-02-08 18:22:54 UTC (rev 5053)
+++ CalendarServer/branches/users/sagen/locations-resources-2/python	2010-02-08 20:05:10 UTC (rev 5054)
@@ -4,4 +4,4 @@
 
 export PYTHONPATH="$("${wd}/run" -p)";
 
-python "$@";
+exec python "$@";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100208/95b6aee4/attachment.html>


More information about the calendarserver-changes mailing list