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

Comparing cfmaps/cfupdate (file contents):
Revision 1.25 by root, Thu Jun 21 01:09:52 2007 UTC vs.
Revision 1.26 by root, Thu Jun 21 12:30:10 2007 UTC

68 <li><a href='..'>&lt;parent&gt;</a></li></ul><h2>This Directory</h2><ul> 68 <li><a href='..'>&lt;parent&gt;</a></li></ul><h2>This Directory</h2><ul>
69 EOF 69 EOF
70 for file in *; do 70 for file in *; do
71 if [ -f "$file" ]; then 71 if [ -f "$file" ]; then
72 case "$file" in 72 case "$file" in
73 cfmapidx | *.pst | *.jpg | *.png | *.html | *.html.gz | *.xhtml | *.xhtml.gz | *.css | *~ ) 73 cfmapidx | *.jpg | *.png | *.html | *.html.gz | *.xhtml | *.xhtml.gz | *.css | *~ )
74 ;; 74 ;;
75 * ) 75 * )
76 if head -5 "$file" | grep -q "^arch map"; then 76 if head -5 "$file" | grep -q "^arch map"; then
77 echo >&7 "<li><a href='${file%.map}.xhtml'>${file%.map}</a> [map]</li>" 77 echo >&7 "<li><a href='${file%.map}.xhtml'>${file%.map}</a> [map]</li>"
78 DIR="${dir#/}" 78 DIR="${dir#/}"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines