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

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 30 03:11:09 PDT 2014


Revision: 13048
          http://trac.calendarserver.org//changeset/13048
Author:   dre at apple.com
Date:     2014-03-30 03:11:09 -0700 (Sun, 30 Mar 2014)
Log Message:
-----------
Switch to bash for bin/develop. The 'type' built-in in Ubuntu's sh ('dash') has no options, but we need options.

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-03-30 08:29:35 UTC (rev 13047)
+++ CalendarServer/trunk/bin/develop	2014-03-30 10:11:09 UTC (rev 13048)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # -*- sh-basic-offset: 2 -*-
 
 ##
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140330/2e880483/attachment.html>


More information about the calendarserver-changes mailing list