Comment 2 for bug 1692205

Revision history for this message
AlcaCoop (alcacoop) wrote :

missing semicolon on line 699, this is the fix:

- if dpkg --compare-versions "$2" lt-nl 2.02~beta2-36ubuntu3.10 then
+ if dpkg --compare-versions "$2" lt-nl 2.02~beta2-36ubuntu3.10; then