From: Thomas Roessler Date: Tue, 25 Jul 2000 16:02:20 +0000 (+0000) Subject: Fix a little bug concerning version numbers. X-Git-Tag: mutt-1-3-6-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b167285e968947411c727fe33fb8d5a3d16caba;p=mutt Fix a little bug concerning version numbers. --- diff --git a/muttbug.sh.in b/muttbug.sh.in index f5c0c142..65e08a87 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -169,6 +169,7 @@ if test -f /etc/debian_version ; then DPKG=yes else DPKG=no + unset DEBIANVERSION fi echo "$DPKG" echo $n "File this bug with Debian? [Y|n] $c"