[Swift-commit] r8473 - www

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Aug 3 12:20:22 CDT 2015


Author: wozniak
Date: 2015-08-03 12:20:22 -0500 (Mon, 03 Aug 2015)
New Revision: 8473

Modified:
   www/push_to.sh
Log:
Move set -u


Modified: www/push_to.sh
===================================================================
--- www/push_to.sh	2015-08-03 17:18:01 UTC (rev 8472)
+++ www/push_to.sh	2015-08-03 17:20:22 UTC (rev 8473)
@@ -1,8 +1,10 @@
-#!/bin/bash -u
+#!/bin/bash 
 
 # PUSH_TO.SH
 # Use './push_to.sh -h' for usage
 
+set -u
+
 usage()
 {
    echo   "usage: push_to.sh [-u] <DESTINATION>"




More information about the Swift-commit mailing list