[Swift-commit] r7570 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Tue Feb 4 18:05:10 CST 2014
Author: ketan
Date: 2014-02-04 18:05:09 -0600 (Tue, 04 Feb 2014)
New Revision: 7570
Modified:
SwiftApps/swift-galaxy/swift/swiftforeachlist.sh
SwiftApps/swift-galaxy/swift/swiftforeachrange.sh
Log:
str comp
Modified: SwiftApps/swift-galaxy/swift/swiftforeachlist.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachlist.sh 2014-02-04 23:50:11 UTC (rev 7569)
+++ SwiftApps/swift-galaxy/swift/swiftforeachlist.sh 2014-02-05 00:05:09 UTC (rev 7570)
@@ -55,7 +55,7 @@
$BASEDIR/buildsite.sh $site
#build config
-if [ $site -eq "localhost" ] ; then
+if [ "$site" = "localhost" ] ; then
cat << EOF > /tmp/cf
use.provider.staging=false
wrapperlog.always.transfer=true
Modified: SwiftApps/swift-galaxy/swift/swiftforeachrange.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachrange.sh 2014-02-04 23:50:11 UTC (rev 7569)
+++ SwiftApps/swift-galaxy/swift/swiftforeachrange.sh 2014-02-05 00:05:09 UTC (rev 7570)
@@ -63,7 +63,7 @@
$BASEDIR/buildsite.sh $site
#build config
-if [ $site -eq "localhost" ] ; then
+if [ "$site" = "localhost" ] ; then
cat << EOF > /tmp/cf
use.provider.staging=false
wrapperlog.always.transfer=true
More information about the Swift-commit
mailing list