[CalendarServer-changes] [4621] CalendarServer/branches/egg-info-351

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 20 15:41:53 PDT 2009


Revision: 4621
          http://trac.macosforge.org/projects/calendarserver/changeset/4621
Author:   wsanchez at apple.com
Date:     2009-10-20 15:41:50 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
nit

Modified Paths:
--------------
    CalendarServer/branches/egg-info-351/run
    CalendarServer/branches/egg-info-351/support/py.sh

Modified: CalendarServer/branches/egg-info-351/run
===================================================================
--- CalendarServer/branches/egg-info-351/run	2009-10-20 22:04:54 UTC (rev 4620)
+++ CalendarServer/branches/egg-info-351/run	2009-10-20 22:41:50 UTC (rev 4621)
@@ -144,7 +144,7 @@
 # The main-point of the 'run' script: parse all options, decide what to do,
 # then do it.
 run_main () {
-  parse_options "$@"
+  parse_options "$@";
 
   # If we've been asked to read a configuration key, just read it and exit.
   if [ -n "${read_key}" ]; then

Modified: CalendarServer/branches/egg-info-351/support/py.sh
===================================================================
--- CalendarServer/branches/egg-info-351/support/py.sh	2009-10-20 22:04:54 UTC (rev 4620)
+++ CalendarServer/branches/egg-info-351/support/py.sh	2009-10-20 22:41:50 UTC (rev 4621)
@@ -76,7 +76,8 @@
 # Detect if the given Python module is installed in the system Python configuration.
 py_have_module () {
   local module="$1"; shift;
-    PYTHONPATH="" "${python}" -c "import ${module}" > /dev/null 2>&1;
+
+  PYTHONPATH="" "${python}" -c "import ${module}" > /dev/null 2>&1;
 }
 
 # Detect which python to use, and store it in the 'python' variable, as well as
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091020/7ffc1c1f/attachment.html>


More information about the calendarserver-changes mailing list