[Swift-commit] r7610 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Feb 19 13:24:11 CST 2014
Author: ketan
Date: 2014-02-19 13:24:11 -0600 (Wed, 19 Feb 2014)
New Revision: 7610
Modified:
SwiftApps/swift-galaxy/swift/swiftforeachlist.sh
SwiftApps/swift-galaxy/swift/swiftforeachrange.sh
Log:
missing shift
Modified: SwiftApps/swift-galaxy/swift/swiftforeachlist.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachlist.sh 2014-02-19 19:14:04 UTC (rev 7609)
+++ SwiftApps/swift-galaxy/swift/swiftforeachlist.sh 2014-02-19 19:24:11 UTC (rev 7610)
@@ -19,6 +19,7 @@
shift
stringargs=$1
+shift
#workout the array only if user adds args else make it blank
if [ "${stringargs}" ] ; then
Modified: SwiftApps/swift-galaxy/swift/swiftforeachrange.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachrange.sh 2014-02-19 19:14:04 UTC (rev 7609)
+++ SwiftApps/swift-galaxy/swift/swiftforeachrange.sh 2014-02-19 19:24:11 UTC (rev 7610)
@@ -24,6 +24,7 @@
shift
stringargs=$1
+shift
#workout the array only if user adds args else make it blank
if [ "${stringargs}" ] ; then
More information about the Swift-commit
mailing list