ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/vinfo.csh
(Generate patch)

Comparing ray/src/util/vinfo.csh (file contents):
Revision 3.1 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 3.2 by greg, Fri Nov 19 23:00:49 2004 UTC

# Line 25 | Line 25 | set i=1
25   while ( $i <= $#plist )
26          set f=$plist[$i]:q
27          set info=$ilist[$i]:q
28 +        if ("`tail -1 $info:q`" != "") then
29 +                echo "" >> $info:q
30 +        endif
31          getinfo < $f:q | cmp -s - $info:q
32          if ($status != 0) then
33                  getinfo - < $f:q >> $info:q

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines