[CalendarServer-changes] [12382] twext/trunk/bin/develop

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:17:57 PDT 2014


Revision: 12382
          http://trac.calendarserver.org//changeset/12382
Author:   wsanchez at apple.com
Date:     2014-01-17 13:06:19 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
Don't set -e or -u because this script is sources by others that may not want that.

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

Modified: twext/trunk/bin/develop
===================================================================
--- twext/trunk/bin/develop	2014-01-17 21:05:45 UTC (rev 12381)
+++ twext/trunk/bin/develop	2014-01-17 21:06:19 UTC (rev 12382)
@@ -16,9 +16,6 @@
 # limitations under the License.
 ##
 
-set -e
-set -u
-
 if [ -z "${wd:-}" ]; then
   wd="$(cd "$(dirname "$0")/.." && pwd)";
 fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/dd5f282c/attachment.html>


More information about the calendarserver-changes mailing list