[CalendarServer-changes] [7341] CalendarServer/branches/users/glyph/oracle-nulls/support/py.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 21 09:52:01 PDT 2011


Revision: 7341
          http://trac.macosforge.org/projects/calendarserver/changeset/7341
Author:   glyph at apple.com
Date:     2011-04-21 09:52:01 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
Try explicitly preferred versions in order, starting with the most recent.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/oracle-nulls/support/py.sh

Modified: CalendarServer/branches/users/glyph/oracle-nulls/support/py.sh
===================================================================
--- CalendarServer/branches/users/glyph/oracle-nulls/support/py.sh	2011-04-21 16:51:05 UTC (rev 7340)
+++ CalendarServer/branches/users/glyph/oracle-nulls/support/py.sh	2011-04-21 16:52:01 UTC (rev 7341)
@@ -48,7 +48,7 @@
 # Detect which version of Python to use, then print out which one was detected.
 
 detect_python_version () {
-  for v in "" "2.6" "2.5"
+  for v in "2.7" "2.6" "2.5" ""
   do
     for p in								\
       "${PYTHON:=}"							\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110421/be0196e2/attachment.html>


More information about the calendarserver-changes mailing list