[CalendarServer-changes] [111] CalendarServer/trunk/bin/caldavd

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 7 15:30:40 PDT 2006


Revision: 111
Author:   wsanchez at apple.com
Date:     2006-09-07 15:30:36 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
Don't need to be using $PATH.

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

Modified: CalendarServer/trunk/bin/caldavd
===================================================================
--- CalendarServer/trunk/bin/caldavd	2006-09-07 22:28:21 UTC (rev 110)
+++ CalendarServer/trunk/bin/caldavd	2006-09-07 22:30:36 UTC (rev 111)
@@ -136,7 +136,7 @@
 
         # spawn the twistd python process
         try:
-            os.spawnvpe(os.P_WAIT, sys.executable, args, environment)
+            os.spawnve(os.P_WAIT, sys.executable, args, environment)
         except OSError, why:
             print "        [Failed]"
             print "Error: %s" % (why[1],)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20060907/b7ca1046/attachment.html


More information about the calendarserver-changes mailing list