[Swift-commit] r8054 - www

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Jul 21 14:10:47 CDT 2014


Author: wozniak
Date: 2014-07-21 14:10:47 -0500 (Mon, 21 Jul 2014)
New Revision: 8054

Modified:
   www/push_to.sh
Log:
Drop set -e


Modified: www/push_to.sh
===================================================================
--- www/push_to.sh	2014-07-18 22:13:49 UTC (rev 8053)
+++ www/push_to.sh	2014-07-21 19:10:47 UTC (rev 8054)
@@ -1,4 +1,4 @@
-#!/bin/bash -eu
+#!/bin/bash -u
 
 # PUSH_TO.SH
 # Use './push_to.sh -h' for usage




More information about the Swift-commit mailing list