[CalendarServer-changes] [10698] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 12 10:42:04 PST 2013


Revision: 10698
          http://trac.calendarserver.org//changeset/10698
Author:   wsanchez at apple.com
Date:     2013-02-12 10:42:04 -0800 (Tue, 12 Feb 2013)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2013-02-12 18:19:18 UTC (rev 10697)
+++ CalendarServer/trunk/support/build.sh	2013-02-12 18:42:04 UTC (rev 10698)
@@ -386,8 +386,10 @@
       svn checkout -r "${revision}" "${uri}@${revision}" "${path}";
     }
 
-    if [ "${revision}" != "HEAD" ] && [ -n "${cache_deps}" ] \
-        && [ -n "${hash}" ]; then
+    if [ "${revision}" != "HEAD" ] && \
+       [ -n "${cache_deps}" ] && \
+       [ -n "${hash}" ] \
+    ; then
       local cacheid="${name}-$(echo "${uri}" | hash)";
       local cache_file="${cache_deps}/${cacheid}@r${revision}.tgz";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130212/39cea6c8/attachment.html>


More information about the calendarserver-changes mailing list