Package: dwb

Hi,

I noticed dwb does not installing itself as alternative. After taking a
look into its postinst script I found a little typo:

> if [ "$!" = "configure" ] || [ "$1" = "abort-upgrade" ]; then 

should be

> if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then 

($1 instead of $!)

Kind regards,
Michael


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to