[CalendarServer-changes] [7566] CalendarServer/branches/users/glyph/deploybuild/support/py.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 7 17:01:06 PDT 2011


Revision: 7566
          http://trac.macosforge.org/projects/calendarserver/changeset/7566
Author:   glyph at apple.com
Date:     2011-06-07 17:01:06 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
just some missing semicolons

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

Modified: CalendarServer/branches/users/glyph/deploybuild/support/py.sh
===================================================================
--- CalendarServer/branches/users/glyph/deploybuild/support/py.sh	2011-06-08 00:01:02 UTC (rev 7565)
+++ CalendarServer/branches/users/glyph/deploybuild/support/py.sh	2011-06-08 00:01:06 UTC (rev 7566)
@@ -32,15 +32,16 @@
 
   if [ -z "${python}" ]; then
     return 1;
-  fi
+  fi;
+
   if ! type "${python}" > /dev/null 2>&1; then
     return 1;
-  fi
+  fi;
 
   local py_version="$(py_version "${python}")";
   if [ "${py_version/./}" -lt "25" ]; then
     return 1;
-  fi
+  fi;
   return 0;
 }
 
@@ -67,9 +68,9 @@
       if try_python "${p}"; then
         echo "${p}";
         return 0;
-      fi
-    done
-  done
+      fi;
+    done;
+  done;
   return 1;
 }
 
@@ -192,3 +193,4 @@
 }
 
 init_py;
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110607/ee0e6112/attachment.html>


More information about the calendarserver-changes mailing list