| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |