Thomas Hood Tue, 08 Oct 2002 12:18:17 -0500
Reported: > $ dpkg --compare-versions 200101102349 lt 200103301546; echo $? > 1 > This isn't correct.
Now: $ dpkg --compare-versions 200101102349 lt 200103301546; echo $? 0 I take it the patch went in and the problem was fixed. Close? -- Thomas