ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfupdate
(Generate patch)

Comparing cfmaps/cfupdate (file contents):
Revision 1.33 by root, Thu Oct 22 03:02:00 2009 UTC vs.
Revision 1.34 by root, Thu Oct 22 03:04:34 2009 UTC

128 #gzip -7f index.xhtml 128 #gzip -7f index.xhtml
129 ) 129 )
130done 130done
131 131
132for dir in *; do 132for dir in *; do
133 if [ -e "$dir/$dir\_123_107.map" ]; then 133 if [ -e "$dir/${dir}_123_107.map" ]; then
134 echo "worldmap $dir"
135 cfworldmap "$dir" 134 cfworldmap "$dir"
136 fi 135 fi
137done 136done
138 137
139cfarch2html 138cfarch2html

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines