Revision: 1523 http://trac.macosforge.org/projects/calendarserver/changeset/1523 Author: dreid@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.