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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 8 10:15:22 PDT 2014


Revision: 13459
          http://trac.calendarserver.org//changeset/13459
Author:   wsanchez at apple.com
Date:     2014-05-08 10:15:22 -0700 (Thu, 08 May 2014)
Log Message:
-----------
Add a shebang line to the top of the shell scripts

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-05-07 21:04:39 UTC (rev 13458)
+++ CalendarServer/trunk/bin/develop	2014-05-08 17:15:22 UTC (rev 13459)
@@ -40,6 +40,8 @@
 
     rm -f "${target}";
     cat << __END__ > "${target}"
+#!/bin/sh
+
 export PATH="${PATH:-}";
 export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}";
 export DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH:-}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140508/ddf2a3e3/attachment.html>


More information about the calendarserver-changes mailing list