[CalendarServer-changes] [12611] CalendarServer/trunk/bin/develop

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:16:37 PDT 2014


Revision: 12611
          http://trac.calendarserver.org//changeset/12611
Author:   wsanchez at apple.com
Date:     2014-02-07 12:30:52 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
Moved target into subdir; need ../ in source.

Modified Paths:
--------------
    CalendarServer/trunk/bin/develop

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-02-07 20:20:27 UTC (rev 12610)
+++ CalendarServer/trunk/bin/develop	2014-02-07 20:30:52 UTC (rev 12611)
@@ -38,6 +38,6 @@
       rm "${target}";
     fi;
 
-    ln -s "${source}" "${target}";
+    ln -s "../${source}" "${target}";
   done;
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/2758b038/attachment.html>


More information about the calendarserver-changes mailing list