[CalendarServer-changes] [14297] CalendarServer/trunk/bin/update_copyrights

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 12 15:16:28 PST 2015


Revision: 14297
          http://trac.calendarserver.org//changeset/14297
Author:   wsanchez at apple.com
Date:     2015-01-12 15:16:28 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
Use working directory instead of forcing top of sources.

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

Modified: CalendarServer/trunk/bin/update_copyrights
===================================================================
--- CalendarServer/trunk/bin/update_copyrights	2015-01-12 23:12:09 UTC (rev 14296)
+++ CalendarServer/trunk/bin/update_copyrights	2015-01-12 23:16:28 UTC (rev 14297)
@@ -44,7 +44,7 @@
     -print0;
 }
 
-wd="$(cd "$(dirname "$0")/.." && pwd)";
+wd="$(pwd -P)";
 
 this_year="$(date "+%Y")";
 last_year=$((${this_year} - 1));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150112/da20afb3/attachment.html>


More information about the calendarserver-changes mailing list