As 8.04 is an LTS & will be maintained until 2011, shouldn't it be
fixed?

>From what can ascertain, this line :-

if dpkg --compare-versions "$2" le-nl 0.33; then

needs to be changed to become this line :-

if [ -n $2 ] && dpkg --compare-versions "$2" le-nl 0.33; then

To simply ensure that $2 does actually contain something.

-- 
Fails to configure apport after install/upgrade
https://bugs.launchpad.net/bugs/511711
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to