[Swift-commit] r6175 - SwiftApps/modis/bin
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Tue Jan 29 11:44:56 CST 2013
Author: davidk
Date: 2013-01-29 11:44:55 -0600 (Tue, 29 Jan 2013)
New Revision: 6175
Modified:
SwiftApps/modis/bin/assemble2.sh
Log:
Fix range
Modified: SwiftApps/modis/bin/assemble2.sh
===================================================================
--- SwiftApps/modis/bin/assemble2.sh 2013-01-29 17:42:41 UTC (rev 6174)
+++ SwiftApps/modis/bin/assemble2.sh 2013-01-29 17:44:55 UTC (rev 6175)
@@ -13,7 +13,8 @@
# we reverse this to form the final image
cd $indir
-for h in {0..10}; do
+
+for h in {0..35}; do
h=$( printf %02d $h );
for v in {0..17}; do
v=$( printf %02d $v );
More information about the Swift-commit
mailing list