[CalendarServer-changes] [5293] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 12 11:42:39 PST 2010


Revision: 5293
          http://trac.macosforge.org/projects/calendarserver/changeset/5293
Author:   wsanchez at apple.com
Date:     2010-03-12 11:42:39 -0800 (Fri, 12 Mar 2010)
Log Message:
-----------
Don't require that cwd = top of source tree

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2010-03-12 19:42:28 UTC (rev 5292)
+++ CalendarServer/trunk/run	2010-03-12 19:42:39 UTC (rev 5293)
@@ -35,7 +35,7 @@
 
 wd="$(cd "$(dirname "$0")" && pwd)";
 
-. support/build.sh;
+. "${wd}/support/build.sh";
 
 DAVD="cal"
 

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2010-03-12 19:42:28 UTC (rev 5292)
+++ CalendarServer/trunk/support/build.sh	2010-03-12 19:42:39 UTC (rev 5293)
@@ -17,7 +17,7 @@
 # limitations under the License.
 ##
 
-. support/py.sh;
+. "${wd}/support/py.sh";
 
 # Provide a default value: if the variable named by the first argument is
 # empty, set it to the default in the second argument.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100312/9d7fddb1/attachment.html>


More information about the calendarserver-changes mailing list