[CalendarServer-changes] [1523] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon May 14 09:46:12 PDT 2007


Revision: 1523
          http://trac.macosforge.org/projects/calendarserver/changeset/1523
Author:   dreid at apple.com
Date:     2007-05-14 09:46:12 -0700 (Mon, 14 May 2007)

Log Message:
-----------
Explicitly use /bin/bash all the time because otherwise we're just going to keep running into problems when /bin/sh is /bin/dash instead of /bin/bash

Modified Paths:
--------------
    CalendarServer/trunk/test
    CalendarServer/trunk/testcaldav

Modified: CalendarServer/trunk/test
===================================================================
--- CalendarServer/trunk/test	2007-05-11 21:05:05 UTC (rev 1522)
+++ CalendarServer/trunk/test	2007-05-14 16:46:12 UTC (rev 1523)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ##
 # Copyright (c) 2005-2007 Apple Inc. All rights reserved.

Modified: CalendarServer/trunk/testcaldav
===================================================================
--- CalendarServer/trunk/testcaldav	2007-05-11 21:05:05 UTC (rev 1522)
+++ CalendarServer/trunk/testcaldav	2007-05-14 16:46:12 UTC (rev 1523)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ##
 # Copyright (c) 2005-2007 Apple Inc. All rights reserved.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070514/91f57d1b/attachment.html


More information about the calendarserver-changes mailing list